1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2022-12-13 14:39:18 +02:00
179 changed files with 1890 additions and 476 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);