diff options
author | unknown <msvensson@neptunus.(none)> | 2005-09-13 12:44:58 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-09-13 12:44:58 +0200 |
commit | fc8a066a8b4c9be09b81098dc19f5ea380a03133 (patch) | |
tree | dd63bb873373baaecf4de6d9623165b336bdc631 /sql/table.h | |
parent | 0260e3dcc16544d73ae2a3e8996fa97ad5d288dd (diff) | |
parent | 2761c64884fba673a4552a6e8350693730ae833b (diff) | |
download | mariadb-git-fc8a066a8b4c9be09b81098dc19f5ea380a03133.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
into neptunus.(none):/home/msvensson/mysql/bug10713_new/my51-bug10713_new
sql/item.cc:
Auto merged
sql/sql_select.cc:
Auto merged
sql/sql_show.cc:
Auto merged
sql/table.h:
Auto merged
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 09b64398fd9..e2023918cff 100644 --- a/sql/table.h +++ b/sql/table.h @@ -583,6 +583,7 @@ typedef struct st_table_list /* TRUE if this merged view contain auto_increment field */ bool contain_auto_increment; bool multitable_view; /* TRUE iff this is multitable view */ + bool compact_view_format; /* Use compact format for SHOW CREATE VIEW */ /* view where processed */ bool where_processed; /* FRMTYPE_ERROR if any type is acceptable */ |