mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Added missing HAVE_REPLICATION define
This commit is contained in:
@ -3208,6 +3208,7 @@ end_with_restore_list:
|
|||||||
if ((res= mysql_multi_update_prepare(thd)))
|
if ((res= mysql_multi_update_prepare(thd)))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#ifdef HAVE_REPLICATION
|
||||||
/* Check slave filtering rules */
|
/* Check slave filtering rules */
|
||||||
if (thd->slave_thread && all_tables_not_ok(thd, all_tables))
|
if (thd->slave_thread && all_tables_not_ok(thd, all_tables))
|
||||||
{
|
{
|
||||||
@ -3215,6 +3216,7 @@ end_with_restore_list:
|
|||||||
my_error(ER_SLAVE_IGNORED_TABLE, MYF(0));
|
my_error(ER_SLAVE_IGNORED_TABLE, MYF(0));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif /* HAVE_REPLICATION */
|
||||||
|
|
||||||
res= mysql_multi_update(thd, all_tables,
|
res= mysql_multi_update(thd, all_tables,
|
||||||
&select_lex->item_list,
|
&select_lex->item_list,
|
||||||
|
Reference in New Issue
Block a user