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:
@ -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;
|
||||
|
Reference in New Issue
Block a user