Loading sql/sql_parse.cc +3 −1 Original line number Diff line number Diff line Loading @@ -2600,6 +2600,8 @@ mysql_execute_command(THD *thd) check_access(thd, SELECT_ACL | EXTRA_ACL, tables->db, &tables->grant.privilege,0,0)) goto error; if (grant_option && check_grant(thd, SELECT_ACL, tables, 2, UINT_MAX, 0)) goto error; res= mysqld_show_create(thd, tables); break; } Loading Loading
sql/sql_parse.cc +3 −1 Original line number Diff line number Diff line Loading @@ -2600,6 +2600,8 @@ mysql_execute_command(THD *thd) check_access(thd, SELECT_ACL | EXTRA_ACL, tables->db, &tables->grant.privilege,0,0)) goto error; if (grant_option && check_grant(thd, SELECT_ACL, tables, 2, UINT_MAX, 0)) goto error; res= mysqld_show_create(thd, tables); break; } Loading