mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@ -460,7 +460,7 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
|
||||
umask(((~my_umask) & 0666));
|
||||
table_cache_init();
|
||||
hostname_cache_init();
|
||||
sql_cache_init();
|
||||
/*sql_cache_init();*/
|
||||
randominit(&sql_rand,(ulong) start_time,(ulong) start_time/2);
|
||||
reset_floating_point_exceptions();
|
||||
init_thr_lock();
|
||||
|
Reference in New Issue
Block a user