summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2009-08-12 14:57:41 +0400
committerKonstantin Osipov <kostja@sun.com>2009-08-12 14:57:41 +0400
commit1402275a53db6fc931739de46f88121924de1e02 (patch)
tree6f6c6ffffd4d0c18ca033b486ead471251313966 /sql/table.h
parent7b8d509b2d189cc1574d07291d02941ef7e24a59 (diff)
downloadmariadb-git-1402275a53db6fc931739de46f88121924de1e02.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. sql/handler.h: Remove unused defines. sql/sql_yacc.yy: Remove unused grammar. sql/table.h: Remove unused TABLE members.
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h4
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 */