diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-11-25 18:56:10 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-11-25 18:56:10 +0000 |
commit | e57726b98edda0fb151a38ea083ab9a1ffbd6266 (patch) | |
tree | eedbc30e578a84734260cb60ae45640c069fb5e2 /sql/sql_cache.cc | |
parent | e5900ac292f3841d4cb32987a7d8cb58f6c70ba2 (diff) | |
download | mariadb-git-e57726b98edda0fb151a38ea083ab9a1ffbd6266.tar.gz |
removed special ndb query cache variable
ndb will always return query cache type ASKTRANSACT
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 105dcae0319..5c2698bcef2 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -366,12 +366,6 @@ TYPELIB query_cache_type_typelib= array_elements(query_cache_type_names)-1,"", query_cache_type_names, NULL }; -const char *ndb_query_cache_type_names[]= { "OFF", "ON", "LOCAL",NullS }; -TYPELIB ndb_query_cache_type_typelib= -{ - array_elements(ndb_query_cache_type_names)-1,"", ndb_query_cache_type_names, NULL -}; - /***************************************************************************** Query_cache_block_table method(s) *****************************************************************************/ |