• thek@adventure.(none)'s avatar
    Bug #30269 Query cache eats memory · a4248c2d
    thek@adventure.(none) authored
    Although the query cache doesn't support retrieval of statements containing
    column level access control, it was still possible to cache such statements
    thus wasting memory.
    
    This patch extends the access control check on the target tables to avoid
    caching a statement with column level restrictions. 
    a4248c2d
sql_cache.h 15.5 KB