mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
comment
clarify Alter_inplace_info::ALTER_PARTITIONED
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user