static int init_server_components()
{
...
if (gtid_mode >= 1 && opt_bootstrap)
{
sql_print_warning("Bootstrap mode disables GTIDs. Bootstrap mode "
"should only be used by mysql_install_db which initializes the MySQL "
"data directory and creates system tables.");
gtid_mode= 0;
}
...
}
static int init_server_ components( ) print_warning( "Bootstrap mode disables GTIDs. Bootstrap mode "
{
...
if (gtid_mode >= 1 && opt_bootstrap)
{
sql_
"should only be used by mysql_install_db which initializes the MySQL "
"data directory and creates system tables.");
gtid_mode= 0;
}
...
}