Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
N/A
-
None
Description
create table t (f int); |
alter online table t order by f; |
 |
# Cleanup
|
drop table t; |
bb-10.10-MDEV-16329 cb1f08bd |
mysqltest: At line 2: query 'alter online table t order by f' failed: ER_ALTER_OPERATION_NOT_SUPPORTED_REASON (1846): LOCK=NONE is not supported. Reason: COPY algorithm requires a lock. Try LOCK=SHARED |
If it's expected, it needs to be documented, I didn't find it so far.
Attachments
Issue Links
- relates to
-
MDEV-16329 Engine-independent online ALTER TABLE
- Closed
-
MDEV-28808 Test MDEV-16329 (ALTER ONLINE TABLE) - Core server part
- Closed