Skip to content

Commit 6a65de6

Browse files
committed
Correct a test broken in the merge 7c81f15
1 parent c849b7d commit 6a65de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/innodb_zip/t/innochecksum_3.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ foreach (glob("$ENV{MYSQLD_DATADIR}/*/*.ibd")) {
163163
}
164164
EOF
165165

166-
let $restart_parameters = restart: --innodb_checksum_algorithm=strict_none --default_storage_engine=InnoDB;
166+
--let $restart_parameters = --innodb_checksum_algorithm=strict_none --default_storage_engine=InnoDB
167167
--source include/start_mysqld.inc
168-
168+
--let $restart_parameters=
169169
# check the table status is GOOD with DML
170170
INSERT INTO tab1 (pk, linestring_key, linestring_nokey)
171171
VALUES (4, ST_GeomFromText('MULTIPOINT(0 0,5 5,10 10,20 20) '), ST_GeomFromText('MULTIPOINT(0 0,5 5,10 10,20 20) '));

0 commit comments

Comments
 (0)