1
0
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:
monty@mashka.mysql.fi
2003-06-27 03:04:54 +03:00
parent 5f556f11e0
commit 34919a03c4
17 changed files with 114 additions and 65 deletions

View File

@ -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;