summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-26 17:17:17 +0100
committerSergei Golubchik <serg@mariadb.org>2018-04-10 13:12:36 +0200
commit35678c9572785ef11a8e0e0dfe72a77a09cf2b3f (patch)
treed82ba86a9a982de93b618b4281e67b280a5a81e6 /sql/handler.h
parent09e6280147bbe2f880c47e9ea545b5af226f0aa0 (diff)
downloadmariadb-git-35678c9572785ef11a8e0e0dfe72a77a09cf2b3f.tar.gz
dead code - related to vtmd
(will be added back when it'll be used)
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 7a5a0e619b9..502700d2046 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -414,7 +414,6 @@ enum enum_alter_inplace_result {
#define HA_CREATE_TMP_ALTER 8U
#define HA_LEX_CREATE_SEQUENCE 16U
#define HA_VERSIONED_TABLE 32U
-#define HA_VTMD 64U
#define HA_MAX_REC_LENGTH 65535
@@ -2076,11 +2075,6 @@ struct Table_scope_and_contents_source_st
{
return options & HA_VERSIONED_TABLE;
}
-
- bool vtmd() const
- {
- return options & HA_VTMD;
- }
};