summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/encryption_threads_shutdown.result
blob: 3f0dcd90426a07c1bd4d4d8d97d6211a7d1a2776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
call mtr.add_suppression("Creating system tablespace with existing redo log file is not recommended.");
call mtr.add_suppression("InnoDB: Database creation was aborted");
call mtr.add_suppression("Plugin 'InnoDB' init function returned error.");
call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE failed.");
CREATE TABLE t(a INT) ENGINE=InnoDB;
# Kill the server
# restart
SELECT * FROM t;
ERROR 42000: Unknown storage engine 'InnoDB'
# Kill the server
# restart
DROP TABLE t;