1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge with next-mr-runtime.

This commit is contained in:
Konstantin Osipov
2009-10-22 12:46:07 +04:00
29 changed files with 830 additions and 240 deletions

View File

@@ -1076,7 +1076,7 @@ reopen_tables:
if (check_access(thd, want_privilege,
tl->db, &tl->grant.privilege, 0, 0,
test(tl->schema_table)) ||
check_grant(thd, want_privilege, tl, 0, 1, 0))
check_grant(thd, want_privilege, tl, FALSE, 1, FALSE))
DBUG_RETURN(TRUE);
}
}