summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index 32ad43b0ae9..ae04c58c407 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -751,6 +751,7 @@ struct TABLE_SHARE
*/
bool versioned;
+ bool vtmd;
uint16 row_start_field;
uint16 row_end_field;
uint32 hist_part_id;
@@ -2354,6 +2355,7 @@ struct TABLE_LIST
/* System Versioning */
vers_select_conds_t vers_conditions;
+ bool vers_vtmd_name(String &out) const;
/**
@brief