1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-30552 fixup: Fix the test for non-debug

This commit is contained in:
Marko Mäkelä
2023-02-16 10:16:38 +02:00
parent 0c79ae9462
commit d3f35aa47b
2 changed files with 11 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ DROP PROCEDURE dorepeat;
SET DEBUG_DBUG="+d,ib_log_checkpoint_avoid_hard";
CREATE TABLE t1(f1 INT NOT NULL)ENGINE=InnoDB;
INSERT INTO t1 SELECT * FROM seq_1_to_65536;
# restart: --innodb_buffer_pool_size=5242880 --debug_dbug=+d,ibuf_init_corrupt
# restart: with restart_parameters
# restart
SHOW CREATE TABLE t1;
Table Create Table