mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Made join_cache_level == 2 by default.
This commit is contained in:
@ -7294,7 +7294,7 @@ each time the SQL thread starts.",
|
||||
"Controls what join operations can be executed with join buffers. Odd numbers are used for plain join buffers while even numbers are used for linked buffers",
|
||||
&global_system_variables.join_cache_level,
|
||||
&max_system_variables.join_cache_level,
|
||||
0, GET_ULONG, REQUIRED_ARG, 1, 0, 8, 0, 1, 0},
|
||||
0, GET_ULONG, REQUIRED_ARG, 2, 0, 8, 0, 1, 0},
|
||||
{"keep_files_on_create", OPT_KEEP_FILES_ON_CREATE,
|
||||
"Don't overwrite stale .MYD and .MYI even if no directory is specified.",
|
||||
&global_system_variables.keep_files_on_create,
|
||||
|
Reference in New Issue
Block a user