1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix bunch of test failures and solaris build missing include.

This commit is contained in:
Jan Lindström
2016-09-09 10:01:18 +03:00
parent 11ae60d2c5
commit d3708f789d
17 changed files with 737 additions and 34 deletions

View File

@ -1,3 +1,4 @@
call mtr.add_suppression("InnoDB: Error: trying to do an operation on a dropped tablespace.*");
SET default_storage_engine = InnoDB;
CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256));
CREATE TABLE t2 AS SELECT * FROM t1;