初版
This commit is contained in:
13
build/lib/mysql/mysql-test/t/archive_debug.test
Normal file
13
build/lib/mysql/mysql-test/t/archive_debug.test
Normal file
@@ -0,0 +1,13 @@
|
||||
--source include/have_archive.inc
|
||||
--source include/have_debug.inc
|
||||
|
||||
--echo #
|
||||
--echo # BUG#12402794 - 60976: CRASH, VALGRIND WARNING AND MEMORY LEAK
|
||||
--echo # WITH PARTITIONED ARCHIVE TABLES
|
||||
--echo #
|
||||
CREATE TABLE t1(a INT) ENGINE=ARCHIVE;
|
||||
INSERT INTO t1 VALUES(1);
|
||||
SET SESSION debug='d,simulate_archive_open_failure';
|
||||
CHECK TABLE t1;
|
||||
SET SESSION debug=DEFAULT;
|
||||
DROP TABLE t1;
|
||||
Reference in New Issue
Block a user