mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added thread variable max_seeks_for_key
Change optimizer to prefer key lookups before table scan Change table scans to be done after tables with constrains on scanned table
This commit is contained in:
@ -310,6 +310,7 @@ struct system_variables
|
||||
ulong tx_isolation;
|
||||
ulong table_type;
|
||||
ulong default_week_format;
|
||||
ulong max_seeks_for_key;
|
||||
|
||||
my_bool log_warnings;
|
||||
my_bool low_priority_updates;
|
||||
|
Reference in New Issue
Block a user