mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
- Fixed compile error in sql_parse.cc
This commit is contained in:
parent
886ef75c95
commit
692e9dd6f0
1 changed files with 1 additions and 1 deletions
|
@ -5223,5 +5223,5 @@ int create_table_precheck(THD *thd, TABLE_LIST *tables,
|
|||
DBUG_RETURN(1);
|
||||
DBUG_RETURN((grant_option && want_priv != CREATE_TMP_ACL &&
|
||||
check_grant(thd, want_priv, create_table, 0, UINT_MAX, 0)) ?
|
||||
1 : 0)
|
||||
1 : 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue