mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 sql/sql_parse.cc: Auto merged
This commit is contained in:
@@ -2600,6 +2600,8 @@ unsent_create_error:
|
|||||||
check_access(thd, SELECT_ACL | EXTRA_ACL, tables->db,
|
check_access(thd, SELECT_ACL | EXTRA_ACL, tables->db,
|
||||||
&tables->grant.privilege,0,0))
|
&tables->grant.privilege,0,0))
|
||||||
goto error;
|
goto error;
|
||||||
|
if (grant_option && check_grant(thd, SELECT_ACL, tables, 2, UINT_MAX, 0))
|
||||||
|
goto error;
|
||||||
res= mysqld_show_create(thd, tables);
|
res= mysqld_show_create(thd, tables);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user