1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge mysql.com:/home/hf/work/23675/my51-23675

into  mysql.com:/home/hf/work/my_mrg/my51-my_mrg
This commit is contained in:
holyfoot/hf@hfmain.(none)
2007-04-04 14:04:05 +05:00
7 changed files with 63 additions and 16 deletions

View File

@ -5852,7 +5852,7 @@ bool setup_tables_and_check_access(THD *thd,
{
if (leaves_tmp->belong_to_view &&
check_single_table_access(thd, first_table ? want_access_first :
want_access, leaves_tmp))
want_access, leaves_tmp, FALSE))
{
tables->hide_view_error(thd);
return TRUE;