mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -377,6 +377,11 @@ a b
|
||||
2 NULL
|
||||
3 1
|
||||
4 2
|
||||
alter table t add c int, drop system versioning;
|
||||
select * from t;
|
||||
a b c
|
||||
3 1 NULL
|
||||
4 2 NULL
|
||||
create or replace table t (a int) with system versioning;
|
||||
insert into t values (1), (2), (3);
|
||||
delete from t where a<3;
|
||||
|
Reference in New Issue
Block a user