mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
dead code - related to vtmd
(will be added back when it'll be used)
This commit is contained in:
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user