Commit be974e56 authored by Alexander Barkov's avatar Alexander Barkov

MDEV-22278 change temp-pool to be 0 by default

parent bbd70fcc
......@@ -6746,11 +6746,11 @@ struct my_option my_long_options[]=
{"temp-pool", 0,
#if (ENABLE_TEMP_POOL)
"Using this option will cause most temporary files created to use a small "
"set of names, rather than a unique name for each new file.",
"set of names, rather than a unique name for each new file. Deprecated.",
#else
"This option is ignored on this OS.",
#endif
&use_temp_pool, &use_temp_pool, 0, GET_BOOL, NO_ARG, 1,
&use_temp_pool, &use_temp_pool, 0, GET_BOOL, NO_ARG, 0,
0, 0, 0, 0, 0},
{"transaction-isolation", 0,
"Default transaction isolation level",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment