Commit e9af6b2a authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Merge branch 'merge-perfschema-5.7' into 10.5

parents 16e27672 bee3e96d
...@@ -731,7 +731,8 @@ static bool allow_drop_table_privilege() { ...@@ -731,7 +731,8 @@ static bool allow_drop_table_privilege() {
assert(thd->lex != NULL); assert(thd->lex != NULL);
if ((thd->lex->sql_command != SQLCOM_TRUNCATE) && if ((thd->lex->sql_command != SQLCOM_TRUNCATE) &&
(thd->lex->sql_command != SQLCOM_GRANT)) { (thd->lex->sql_command != SQLCOM_GRANT) &&
(thd->lex->sql_command != SQLCOM_REVOKE)) {
return false; return false;
} }
......
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