We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f2e05f + d5d87c9 commit e46c8bbCopy full SHA for e46c8bb
sql/sql_parse.cc
@@ -4811,6 +4811,7 @@ mysql_execute_command(THD *thd)
4811
}
4812
#endif /* WITH_WSREP*/
4813
4814
+#ifdef HAVE_REPLICATION
4815
if (lex->type & REFRESH_READ_LOCK)
4816
{
4817
/*
@@ -4822,6 +4823,7 @@ mysql_execute_command(THD *thd)
4822
4823
if (rpl_pause_for_ftwrl(thd))
4824
goto error;
4825
4826
+#endif
4827
4828
reload_acl_and_cache() will tell us if we are allowed to write to the
4829
binlog or not.
@@ -4852,8 +4854,10 @@ mysql_execute_command(THD *thd)
4852
4854
if (!res)
4853
4855
my_ok(thd);
4856
4857
4858
4859
rpl_unpause_after_ftwrl(thd);
4860
4861
4862
break;
4863
0 commit comments