1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

Merge 10.6 into 10.7

This commit is contained in:
Daniel Black
2022-03-25 14:31:59 +11:00
39 changed files with 520 additions and 211 deletions

View File

@ -167,7 +167,7 @@ data INT NOT NULL
CREATE TABLE t2(
n INT UNSIGNED NOT NULL,
f BIGINT UNSIGNED
) engine=innodb;
);
############################
# Creating Stored Programs #
############################