mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Correct a test broken in the merge 7c81f15ec3
This commit is contained in:
@ -163,9 +163,9 @@ foreach (glob("$ENV{MYSQLD_DATADIR}/*/*.ibd")) {
|
||||
}
|
||||
EOF
|
||||
|
||||
let $restart_parameters = restart: --innodb_checksum_algorithm=strict_none --default_storage_engine=InnoDB;
|
||||
--let $restart_parameters = --innodb_checksum_algorithm=strict_none --default_storage_engine=InnoDB
|
||||
--source include/start_mysqld.inc
|
||||
|
||||
--let $restart_parameters=
|
||||
# check the table status is GOOD with DML
|
||||
INSERT INTO tab1 (pk, linestring_key, linestring_nokey)
|
||||
VALUES (4, ST_GeomFromText('MULTIPOINT(0 0,5 5,10 10,20 20) '), ST_GeomFromText('MULTIPOINT(0 0,5 5,10 10,20 20) '));
|
||||
|
Reference in New Issue
Block a user