diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2004-12-18 13:49:13 +0300 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2004-12-18 13:49:13 +0300 |
commit | e3f1d56252cc182a0bfdfeb17cf166bc56ceeb46 (patch) | |
tree | 8e02dd3888364d1a9d7ba9ce3faf069d20436312 /sql/table.h | |
parent | fb8758d654d36d3c26b830dbcdbb11f904bc2d74 (diff) | |
download | mariadb-git-e3f1d56252cc182a0bfdfeb17cf166bc56ceeb46.tar.gz |
Fix for bug #7213: information_schema: redundant non-standard TABLE_NAMES table
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index f5f2a76c6f1..a804376ee3c 100644 --- a/sql/table.h +++ b/sql/table.h @@ -254,6 +254,7 @@ typedef struct st_schema_table TABLE *table, bool res, const char *base_name, const char *file_name); int idx_field1, idx_field2; + bool hidden; } ST_SCHEMA_TABLE; |