diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-08-12 14:57:41 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-08-12 14:57:41 +0400 |
commit | d82d7ccccbe7b8e28ef60f2c09b95fbdf63b7f8d (patch) | |
tree | 6f6c6ffffd4d0c18ca033b486ead471251313966 /sql/table.h | |
parent | dc4b7b89436ac40362d62c661f0d28ca01ad132a (diff) | |
download | mariadb-git-d82d7ccccbe7b8e28ef60f2c09b95fbdf63b7f8d.tar.gz |
A follow up patch for Bug#45829 "CREATE TABLE TRANSACTIONAL
PAGE_CHECKSUM ROW_FORMAT=PAGE accepted, does nothing"
Remove unused code that would lead to warnings when compiling
sql_yacc.yy.
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/table.h b/sql/table.h index 653d04b149e..3b6a0871d09 100644 --- a/sql/table.h +++ b/sql/table.h @@ -361,10 +361,6 @@ typedef struct st_table_share } enum row_type row_type; /* How rows are stored */ enum tmp_table_type tmp_table; - /** Transactional or not. Unused; reserved for future versions. */ - enum ha_choice transactional; - /** Per-page checksums or not. Unused; reserved for future versions. */ - enum ha_choice page_checksum; uint ref_count; /* How many TABLE objects uses this */ uint open_count; /* Number of tables in open list */ |