mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.0-base -> 10.0.
Also fixed a bug in sql_update.cc: the code of mysql_update() lacked a call of set_statistics_for_table().
This commit is contained in:
@ -511,6 +511,7 @@ typedef struct system_variables
|
||||
ulong net_write_timeout;
|
||||
ulong optimizer_prune_level;
|
||||
ulong optimizer_search_depth;
|
||||
ulong use_stat_tables;
|
||||
ulong preload_buff_size;
|
||||
ulong profiling_history_size;
|
||||
ulong read_buff_size;
|
||||
|
Reference in New Issue
Block a user