diff options
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 6ce92ee048e..50ac46fbe39 100644 --- a/sql/table.h +++ b/sql/table.h @@ -800,6 +800,9 @@ struct TABLE_SHARE uint partition_info_str_len; uint partition_info_buffer_size; plugin_ref default_part_plugin; + bool vers_altering; + time_t vers_hist_part_timeout; + uint vers_hist_part_error; #endif /** |