mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 08:34:28 +02:00
Merge magare.gmz:/home/kgeorge/mysql/autopush/B30468-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B30468-5.1-opt sql/sql_acl.cc: merge to 5.1-opt of the update for the fix to bug 30468.
This commit is contained in:
commit
6cc49e9ee4
1 changed files with 2 additions and 1 deletions
|
|
@ -4042,7 +4042,8 @@ bool check_grant_all_columns(THD *thd, ulong want_access_arg,
|
|||
grant->version= grant_version; /* purecov: inspected */
|
||||
}
|
||||
|
||||
DBUG_ASSERT ((grant_table= grant->grant_table) != NULL);
|
||||
grant_table= grant->grant_table;
|
||||
DBUG_ASSERT (grant_table);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue