summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
diff options
context:
space:
mode:
authorgkodinov@mysql.com <>2006-06-21 12:59:34 +0300
committergkodinov@mysql.com <>2006-06-21 12:59:34 +0300
commitbee985af357bc3245042af8d31220e52dd53b98a (patch)
treea508edcd50cfcd6c43c71e4aff166346a0e692dc /sql/sql_base.cc
parentd924f70cc7b00dcc650a354b76707f0fe4cd27a7 (diff)
parent75ca0554935b4e70394618da3de956fc27e894cf (diff)
downloadmariadb-git-bee985af357bc3245042af8d31220e52dd53b98a.tar.gz
Merge mysql.com:/home/kgeorge/mysql/5.0/teamclean
into mysql.com:/home/kgeorge/mysql/5.0/B20482
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r--sql/sql_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc
index ba9fa6f6c80..7d14e99fb77 100644
--- a/sql/sql_base.cc
+++ b/sql/sql_base.cc
@@ -4546,7 +4546,7 @@ bool setup_tables_and_check_access(THD *thd,
for (; leaves_tmp; leaves_tmp= leaves_tmp->next_leaf)
if (leaves_tmp->belong_to_view &&
- check_one_table_access(thd, want_access, leaves_tmp))
+ check_single_table_access(thd, want_access, leaves_tmp))
{
tables->hide_view_error(thd);
return TRUE;