Commit 692e9dd6 authored by lenz@mysql.com's avatar lenz@mysql.com

- Fixed compile error in sql_parse.cc

parent 886ef75c
...@@ -5223,5 +5223,5 @@ int create_table_precheck(THD *thd, TABLE_LIST *tables, ...@@ -5223,5 +5223,5 @@ int create_table_precheck(THD *thd, TABLE_LIST *tables,
DBUG_RETURN(1); DBUG_RETURN(1);
DBUG_RETURN((grant_option && want_priv != CREATE_TMP_ACL && DBUG_RETURN((grant_option && want_priv != CREATE_TMP_ACL &&
check_grant(thd, want_priv, create_table, 0, UINT_MAX, 0)) ? check_grant(thd, want_priv, create_table, 0, UINT_MAX, 0)) ?
1 : 0) 1 : 0);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment