mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
18795f5512
1127 changed files with 48150 additions and 48034 deletions
|
|
@ -10,7 +10,7 @@ show create table t;
|
|||
Table Create Table
|
||||
t CREATE TABLE `t` (
|
||||
`a` int(11) DEFAULT NULL
|
||||
) ENGINE=INNODB_OR_MYISAM DEFAULT CHARSET=latin1 WITH SYSTEM VERSIONING
|
||||
) ENGINE=INNODB_OR_MYISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING
|
||||
select * from t;
|
||||
a
|
||||
2
|
||||
|
|
@ -38,7 +38,7 @@ t CREATE TABLE `t` (
|
|||
`s` bigint(20) unsigned GENERATED ALWAYS AS ROW START INVISIBLE,
|
||||
`e` bigint(20) unsigned GENERATED ALWAYS AS ROW END INVISIBLE,
|
||||
PERIOD FOR SYSTEM_TIME (`s`, `e`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 WITH SYSTEM VERSIONING
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING
|
||||
select * from t;
|
||||
a
|
||||
2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue