1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

After merge fixes

This commit is contained in:
unknown
2005-10-10 19:38:58 +02:00
parent a90ab1e280
commit 17a7fbd59c
3 changed files with 10 additions and 1 deletions

View File

@ -3209,7 +3209,7 @@ end_with_restore_list:
break;
/* Check slave filtering rules */
if (thd->slave_thread && all_tables_not_ok(thd,tables))
if (thd->slave_thread && all_tables_not_ok(thd, all_tables))
{
/* we warn the slave SQL thread */
my_error(ER_SLAVE_IGNORED_TABLE, MYF(0));