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:
@@ -1,7 +1,7 @@
|
||||
set system_versioning_alter_history=keep;
|
||||
create or replace table t (a int);
|
||||
alter table t add system versioning, lock=none;
|
||||
ERROR 0A000: LOCK=NONE is not supported. Reason: Not implemented for system-versioned timestamp tables. Try LOCK=SHARED
|
||||
alter table t drop system versioning;
|
||||
alter table t add system versioning, algorithm=inplace;
|
||||
ERROR 0A000: ALGORITHM=INPLACE is not supported. Reason: Not implemented for system-versioned timestamp tables. Try ALGORITHM=COPY
|
||||
alter table t add system versioning, lock=shared;
|
||||
|
Reference in New Issue
Block a user