comment
clarify Alter_inplace_info::ALTER_PARTITIONED
This commit is contained in:
parent
d821dd106a
commit
97728e107a
@ -1822,7 +1822,10 @@ public:
|
|||||||
// Virtual columns changed
|
// Virtual columns changed
|
||||||
static const HA_ALTER_FLAGS ALTER_COLUMN_VCOL = 1L << 30;
|
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;
|
static const HA_ALTER_FLAGS ALTER_PARTITIONED = 1L << 31;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user