Commit 0b2c3088 authored by Aleksey Midenkov's avatar Aleksey Midenkov

Daemon: disable --versioning-force for --bootstrap

parent 0812c5ff
......@@ -9811,7 +9811,10 @@ static int get_options(int *argc_ptr, char ***argv_ptr)
/* Ensure that some variables are not set higher than needed */
if (thread_cache_size > max_connections)
SYSVAR_AUTOSIZE(thread_cache_size, max_connections);
if (opt_bootstrap)
global_system_variables.vers_force= 0;
return 0;
}
......
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