1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2022-12-13 16:58:58 +02:00
178 changed files with 1981 additions and 474 deletions

View File

@@ -1,3 +1,4 @@
reset master;
create table t1 (a int, b int) engine=innodb;
begin;
insert into t1 values (1,2);