Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0 sql/sql_parse.cc: Auto merged
This commit is contained in:
commit
57043e331c
@ -2180,6 +2180,14 @@ mysql_execute_command(void)
|
|||||||
}
|
}
|
||||||
if (check_access(thd,SELECT_ACL,db,&thd->col_access))
|
if (check_access(thd,SELECT_ACL,db,&thd->col_access))
|
||||||
goto error; /* purecov: inspected */
|
goto error; /* purecov: inspected */
|
||||||
|
if (!thd->col_access && grant_option && check_grant_db(thd,db))
|
||||||
|
{
|
||||||
|
net_printf(&thd->net,ER_DBACCESS_DENIED_ERROR,
|
||||||
|
thd->priv_user,
|
||||||
|
thd->priv_host,
|
||||||
|
db);
|
||||||
|
goto error;
|
||||||
|
}
|
||||||
/* grant is checked in mysqld_show_tables */
|
/* grant is checked in mysqld_show_tables */
|
||||||
if (select_lex->options & SELECT_DESCRIBE)
|
if (select_lex->options & SELECT_DESCRIBE)
|
||||||
res= mysqld_extend_show_tables(thd,db,
|
res= mysqld_extend_show_tables(thd,db,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user