summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/table.h b/sql/table.h
index 653d04b149e..40372fa91cf 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -361,10 +361,8 @@ 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;
+ enum enum_ha_unused unused1;
+ enum enum_ha_unused unused2;
uint ref_count; /* How many TABLE objects uses this */
uint open_count; /* Number of tables in open list */