summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-02-27 10:28:49 +0100
committerSergei Golubchik <serg@mariadb.org>2020-02-27 10:30:21 +0100
commit98adcffe460447c43a86afdf6588e31379b7f52d (patch)
tree0c0cf97a066b2449f99b3bc8be3cf85c8866fa4e /sql/table.h
parent9894751a2a61ef952ac6ac556fd683e53fc150e2 (diff)
downloadmariadb-git-98adcffe460447c43a86afdf6588e31379b7f52d.tar.gz
Revert "MDEV-17554 Auto-create new partition for system versioned tables with history partitioned by INTERVAL/LIMIT"
This reverts commit 9894751a2a61ef952ac6ac556fd683e53fc150e2. This reverts commit f707c83fff4fa3f5291684e6226542fdb75bbdeb.
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/table.h b/sql/table.h
index 50ac46fbe39..6ce92ee048e 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -800,9 +800,6 @@ 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
/**