1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Better names for two system variables:

- heuristic => optimizer_prune_level
- plan_search_depth => optimizer_search_depth
This commit is contained in:
unknown
2004-05-20 17:47:43 +03:00
parent d1b02b37cc
commit bed3bc480a
6 changed files with 94 additions and 91 deletions

View File

@@ -384,6 +384,8 @@ struct system_variables
ulong net_retry_count;
ulong net_wait_timeout;
ulong net_write_timeout;
ulong optimizer_prune_level;
ulong optimizer_search_depth;
ulong preload_buff_size;
ulong query_cache_type;
ulong read_buff_size;
@@ -392,8 +394,6 @@ struct system_variables
ulong table_type;
ulong tmp_table_size;
ulong tx_isolation;
ulong heuristic;
ulong plan_search_depth;
/* Determines which non-standard SQL behaviour should be enabled */
ulong sql_mode;
ulong default_week_format;