1
0
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:
Sergei Golubchik
2014-05-08 10:25:09 +02:00
parent 9927b36e87
commit 99027efd14
8 changed files with 11 additions and 3 deletions

View File

@ -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.