diff options
author | Kristofer Pettersson <kpettersson@mysql.com> | 2008-07-17 11:31:22 +0200 |
---|---|---|
committer | Kristofer Pettersson <kpettersson@mysql.com> | 2008-07-17 11:31:22 +0200 |
commit | e84c8815fa22f9f1542fc5e7f76e130a53fcdb1f (patch) | |
tree | 727e8fdd05931a049ceee95841d7aea73866735b /sql/sql_cache.h | |
parent | f4c138cc5ef7dc4f148e556920dee5fcc84f8b41 (diff) | |
download | mariadb-git-e84c8815fa22f9f1542fc5e7f76e130a53fcdb1f.tar.gz |
Reverting patch for bug30087
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 6af1998a73e..f2c33eff614 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -282,8 +282,6 @@ private: void free_query_internal(Query_cache_block *point); void invalidate_table_internal(THD *thd, uchar *key, uint32 key_length); - ulong get_minimal_size_limit(); - protected: /* The following mutex is locked when searching or changing global |