mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Added SQLSTATE to client/server protocol
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
This commit is contained in:
@@ -1432,7 +1432,8 @@ ulong Query_cache::init_cache()
|
||||
#else
|
||||
// windows, OS/2 or other case insensitive file names work around
|
||||
VOID(hash_init(&tables,
|
||||
lower_case_table_names ? &my_charset_bin : system_charset_info,
|
||||
lower_case_table_names ? &my_charset_bin :
|
||||
system_charset_info,
|
||||
def_table_hash_size, 0, 0,query_cache_table_get_key, 0, 0));
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user