From 1e8e031baf766207e2ecc2f19557d3477843d20b Mon Sep 17 00:00:00 2001 From: "tnurnberg@mysql.com" <> Date: Mon, 8 May 2006 07:47:34 +0200 Subject: [PATCH] Bug#19509: Redundant check in sql_acl.cc Remove duplicate source line. --- sql/sql_acl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 09b684c8706..937431085cd 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -2977,7 +2977,6 @@ bool mysql_table_grant(THD *thd, TABLE_LIST *table_list, some kind of updates to the mysql.% tables. */ 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