1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Commit the last part of the manual merge

sql/sql_acl.cc:
  Update after merge
This commit is contained in:
unknown
2005-09-02 13:44:55 +02:00
parent 702b7be305
commit 0fd933e493

View File

@@ -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