diff options
author | unknown <bell@sanja.is.com.ua> | 2004-01-17 13:13:48 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-01-17 13:13:48 +0200 |
commit | fb006367e5052402b57721fde082ae05e3c9db9d (patch) | |
tree | bd13fb064a3a0fcc08e582e6ffba928760cc73ed /sql/sql_help.cc | |
parent | 2de832dbf99a8796b081419a29cacbeb07cd3871 (diff) | |
parent | 19fe657f4edf5e7f08a91e2c8e20a194ca4f204b (diff) | |
download | mariadb-git-fb006367e5052402b57721fde082ae05e3c9db9d.tar.gz |
merge
sql/mysql_priv.h:
Auto merged
sql/sql_class.cc:
Auto merged
sql/sql_help.cc:
Auto merged
sql/sql_select.cc:
Auto merged
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r-- | sql/sql_help.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc index d5516fe3337..3c98b7b0bb4 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); + setup_tables(tables, 0); memcpy((char*) used_fields, (char*) init_used_fields, sizeof(used_fields)); if (init_fields(thd, tables, used_fields, array_elements(used_fields))) { |