diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-03 20:16:51 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-11 10:23:20 +0200 |
commit | 513f5840f89d061615780a950e5e1a7f176e67d8 (patch) | |
tree | 9a22c58b6fcd09497ea6e94321221221224d6829 /sql/sql_show.h | |
parent | beb2422ad8084839294e4c79c227cf0f1eec8244 (diff) | |
download | mariadb-git-513f5840f89d061615780a950e5e1a7f176e67d8.tar.gz |
MDEV-6138 show sysvar's help in I_S tables
INFORMATION_SCHEMA.SYSTEM_VARIABLES
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r-- | sql/sql_show.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index 2b58fc45d4c..6373978ef49 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -112,6 +112,7 @@ void view_store_options(THD *thd, TABLE_LIST *table, String *buff); void init_fill_schema_files_row(TABLE* table); bool schema_table_store_record(THD *thd, TABLE *table); void initialize_information_schema_acl(); +COND *make_cond_for_info_schema(COND *cond, TABLE_LIST *table); ST_SCHEMA_TABLE *find_schema_table(THD *thd, const char* table_name); ST_SCHEMA_TABLE *get_schema_table(enum enum_schema_tables schema_table_idx); |