mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
comment
clarify Alter_inplace_info::ALTER_PARTITIONED
This commit is contained in:
parent
d821dd106a
commit
97728e107a
1 changed files with 4 additions and 1 deletions
|
@ -1822,7 +1822,10 @@ public:
|
|||
// Virtual columns changed
|
||||
static const HA_ALTER_FLAGS ALTER_COLUMN_VCOL = 1L << 30;
|
||||
|
||||
// ALTER TABLE for a partitioned table
|
||||
/**
|
||||
ALTER TABLE for a partitioned table. The engine needs to commit
|
||||
online alter of all partitions atomically (using group_commit_ctx)
|
||||
*/
|
||||
static const HA_ALTER_FLAGS ALTER_PARTITIONED = 1L << 31;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue