mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 21:22:27 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#
|
||||
|
||||
--source include/no_protocol.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
--echo # SET-UP
|
||||
|
||||
@ -12,12 +13,12 @@ USE stored_programs;
|
||||
CREATE TABLE t1(
|
||||
i INT NOT NULL,
|
||||
j INT
|
||||
);
|
||||
) engine=innodb;
|
||||
|
||||
CREATE TABLE t2(
|
||||
name CHAR(16) NOT NULL DEFAULT '',
|
||||
id INT NOT NULL
|
||||
);
|
||||
) engine=innodb;
|
||||
|
||||
CREATE TABLE t3(
|
||||
d DATE,
|
||||
|
Reference in New Issue
Block a user