mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
changed query cache type variable for ndb
This commit is contained in:
parent
eeca93750d
commit
dfef378702
7 changed files with 46 additions and 20 deletions
|
|
@ -366,6 +366,12 @@ 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)
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue