Commit 0fd933e4 authored by unknown's avatar unknown
Browse files

Commit the last part of the manual merge


sql/sql_acl.cc:
  Update after merge
parent 702b7be3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1406,7 +1406,7 @@ bool change_password(THD *thd, const char *host, const char *user,
    */
    tables.updating= 1;
    /* 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);
  }
#endif