mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
post-fix for the merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONED TABLES"
make this innodb-only patch work for other engines as well
This commit is contained in:
@ -1790,6 +1790,9 @@ public:
|
||||
// Virtual columns changed
|
||||
static const HA_ALTER_FLAGS ALTER_COLUMN_VCOL = 1L << 30;
|
||||
|
||||
// ALTER TABLE for a partitioned table
|
||||
static const HA_ALTER_FLAGS ALTER_PARTITIONED = 1L << 31;
|
||||
|
||||
/**
|
||||
Create options (like MAX_ROWS) for the new version of table.
|
||||
|
||||
|
Reference in New Issue
Block a user