1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SQL, IB: unversioned fields with ALTER TABLE [fixes #401]

This commit is contained in:
Eugene Kosov
2017-12-15 20:37:36 +03:00
committed by GitHub
parent 4624e565f3
commit 9b55cc73f1
7 changed files with 20 additions and 1 deletions

View File

@ -2168,6 +2168,8 @@ public:
static const HA_ALTER_FLAGS ALTER_DROP_HISTORICAL = 1ULL << 41;
static const HA_ALTER_FLAGS ALTER_COLUMN_UNVERSIONED = 1ULL << 42;
/**
Create options (like MAX_ROWS) for the new version of table.