Commit 0fd933e4 authored by unknown's avatar unknown

Commit the last part of the manual merge


sql/sql_acl.cc:
  Update after merge
parent 702b7be3
...@@ -1406,7 +1406,7 @@ bool change_password(THD *thd, const char *host, const char *user, ...@@ -1406,7 +1406,7 @@ bool change_password(THD *thd, const char *host, const char *user,
*/ */
tables.updating= 1; tables.updating= 1;
/* Thanks to bzero, tables.next==0 */ /* Thanks to bzero, tables.next==0 */
if (!thp->spcont || rpl_filter->tables_ok(thd, &tables))) if (!thd->spcont || rpl_filter->tables_ok(0, &tables))
DBUG_RETURN(0); DBUG_RETURN(0);
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment