mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -13,7 +13,7 @@ data INT NOT NULL
|
||||
CREATE TABLE t2(
|
||||
n INT UNSIGNED NOT NULL,
|
||||
f BIGINT UNSIGNED
|
||||
);
|
||||
) engine=innodb;
|
||||
############################
|
||||
# Creating Stored Programs #
|
||||
############################
|
||||
@ -1199,7 +1199,7 @@ data INT NOT NULL
|
||||
CREATE TABLE t2(
|
||||
n INT UNSIGNED NOT NULL,
|
||||
f BIGINT UNSIGNED
|
||||
);
|
||||
) engine=innodb;
|
||||
############################
|
||||
# Creating Stored Programs #
|
||||
############################
|
||||
|
Reference in New Issue
Block a user