mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Change optimizer_use_mrr=auto|disable|force
to be optimizer_switch flags mrr=on|off and mrr_cost_based=on|off.
This commit is contained in:
@@ -408,14 +408,6 @@ struct system_variables
|
||||
ulong optimizer_search_depth;
|
||||
/* A bitmap for switching optimizations on/off */
|
||||
ulong optimizer_switch;
|
||||
/*
|
||||
Controls use of Engine-MRR:
|
||||
0 - auto, based on cost
|
||||
1 - force MRR when the storage engine is capable of doing it
|
||||
2 - disable MRR.
|
||||
*/
|
||||
ulong optimizer_use_mrr;
|
||||
|
||||
ulong preload_buff_size;
|
||||
ulong profiling_history_size;
|
||||
ulong query_cache_type;
|
||||
|
||||
Reference in New Issue
Block a user