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

Merge 10.5 to 10.6

This commit is contained in:
Daniel Black
2022-03-25 11:31:49 +11:00
31 changed files with 357 additions and 124 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 #
############################