Skip to content
Permalink
Browse files
MDEV-22278 change temp-pool to be 0 by default
  • Loading branch information
abarkov committed Aug 5, 2020
1 parent bbd70fc commit be974e5
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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",

0 comments on commit be974e5

Please sign in to comment.