mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
support 'alter online table t1 page_checksum=0'
This commit is contained in:
@@ -54,7 +54,7 @@ SHOW CREATE TABLE t;
|
||||
SELECT * FROM t;
|
||||
|
||||
--error ER_ALTER_OPERATION_NOT_SUPPORTED_REASON
|
||||
ALTER TABLE t FORCE, LOCK=NONE;
|
||||
ALTER TABLE t FORCE, ALGORITHM=INPLACE, LOCK=NONE;
|
||||
if (0) {# MDEV-14341 TODO: re-enable this
|
||||
SET DEBUG_SYNC = 'innodb_inplace_alter_table_enter SIGNAL start_create WAIT_FOR go_ahead';
|
||||
--send ALTER TABLE t FORCE
|
||||
|
Reference in New Issue
Block a user