1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

into  mysql.com:/home/hf/work/my_mrg/my51-my_mrg


sql/mysql_priv.h:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/share/errmsg.txt:
  merging
This commit is contained in:
unknown
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;