summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-08-11 17:28:41 -0600
committersasha@mysql.sashanet.com <>2001-08-11 17:28:41 -0600
commit72671338869b105063ff6372799ee6c6c7679988 (patch)
tree68a7e089d65a9c4434527dfc1e58ba2f98a15a88 /sql/sql_show.cc
parent89ac8682ddc5f130a1ef50deb655c4d9bdbe3372 (diff)
parent5b7da4267e306af39aa0291a8e0d5685e9ed44cf (diff)
downloadmariadb-git-72671338869b105063ff6372799ee6c6c7679988.tar.gz
merged
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 2bd6e383eac..1409897a7f2 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -217,7 +217,7 @@ mysql_find_files(THD *thd,List<char> *files, const char *db,const char *path,
table_list.db= (char*) db;
table_list.real_name=file->name;
table_list.grant.privilege=col_access;
- if (check_grant(thd,TABLE_ACLS,&table_list,1))
+ if (check_grant(thd,TABLE_ACLS,&table_list,1,1))
continue;
}
if (files->push_back(thd->strdup(file->name)))