summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-02-17 01:14:51 +0200
committerbell@sanja.is.com.ua <>2004-02-17 01:14:51 +0200
commit3f86f10a57f0401d81cd66209383cd10f6ef7cf7 (patch)
treea619c58eaa61934c229e4af77c6ea8c60678beb5 /sql/sql_help.cc
parent80b01886631a813273da930583bb089c48e201bb (diff)
downloadmariadb-git-3f86f10a57f0401d81cd66209383cd10f6ef7cf7.tar.gz
ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc
index 3c98b7b0bb4..d5516fe3337 100644
--- a/sql/sql_help.cc
+++ b/sql/sql_help.cc
@@ -686,7 +686,7 @@ int mysqld_help(THD *thd, const char *mask)
goto end;
}
/* Init tables and fields to be usable from items */
- setup_tables(tables, 0);
+ setup_tables(tables);
memcpy((char*) used_fields, (char*) init_used_fields, sizeof(used_fields));
if (init_fields(thd, tables, used_fields, array_elements(used_fields)))
{