1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Bug#19509: Redundant check in sql_acl.cc

Remove duplicate source line.
This commit is contained in:
tnurnberg@mysql.com
2006-05-08 07:47:34 +02:00
parent 83bd32079d
commit 1e8e031baf

View File

@@ -2977,7 +2977,6 @@ bool mysql_table_grant(THD *thd, TABLE_LIST *table_list,
some kind of updates to the mysql.% tables. some kind of updates to the mysql.% tables.
*/ */
if (thd->slave_thread && rpl_filter->is_on()) if (thd->slave_thread && rpl_filter->is_on())
if (thd->slave_thread && rpl_filter->is_on())
{ {
/* /*
The tables must be marked "updating" so that tables_ok() takes them into The tables must be marked "updating" so that tables_ok() takes them into