1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

removed special ndb query cache variable

ndb will always return query cache type ASKTRANSACT
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-11-25 18:56:10 +00:00
parent e5900ac292
commit e57726b98e
7 changed files with 3 additions and 53 deletions

View File

@ -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)
*****************************************************************************/