diff options
author | Marc Alff <marc.alff@sun.com> | 2008-07-16 16:29:22 -0600 |
---|---|---|
committer | Marc Alff <marc.alff@sun.com> | 2008-07-16 16:29:22 -0600 |
commit | 95ca2c6d96735edac951bd3b6995847e3ad03536 (patch) | |
tree | 08dba6ff192e8dcebc2a5483bfcb8935ca8ae1ba /sql/sql_cache.h | |
parent | 76bd3a55a64bd91ad5b8e48aaf07656c8978bd11 (diff) | |
download | mariadb-git-95ca2c6d96735edac951bd3b6995847e3ad03536.tar.gz |
Bug#30087 Set query_cache_size, if the value is too small, get a unclear warning
Reverting the previous patch
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index c5d89780af3..34fc3a5c8d5 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -245,8 +245,6 @@ private: void free_query_internal(Query_cache_block *point); - ulong get_minimal_size_limit(); - protected: /* The following mutex is locked when searching or changing global |