mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +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 5.0-opt->5.1-opt
This commit is contained in:
commit
2cfd44fd31
1 changed files with 2 additions and 1 deletions
|
|
@ -4015,7 +4015,8 @@ bool check_grant_all_columns(THD *thd, ulong want_access_arg,
|
|||
|
||||
const char* db_name;
|
||||
GRANT_INFO *grant;
|
||||
GRANT_TABLE *grant_table;
|
||||
/* Initialized only to make gcc happy */
|
||||
GRANT_TABLE *grant_table= NULL;
|
||||
|
||||
rw_rdlock(&LOCK_grant);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue