diff options
author | unknown <lars@mysql.com> | 2005-10-10 19:38:58 +0200 |
---|---|---|
committer | unknown <lars@mysql.com> | 2005-10-10 19:38:58 +0200 |
commit | 17a7fbd59cf9edf16997e30b8ad1ca1417b44e84 (patch) | |
tree | 81e5ae45e891a4de27501bc92b2e4aec5ed0a9be /sql/sql_parse.cc | |
parent | a90ab1e280965fe4a8a5c6fb281d82c86d972c5a (diff) | |
download | mariadb-git-17a7fbd59cf9edf16997e30b8ad1ca1417b44e84.tar.gz |
After merge fixes
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 659a20325ff..999fc792229 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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)); |