mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
(and collateral changes) mysql-test/t/innodb_mysql_lock.test: change the variable from the test, not from the .opt file. one mysqld restart less. mysql-test/t/lowercase_table4.test: fix dos line endings sql/handler.cc: don't access the uninitialized variable
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
--source include/have_innodb.inc
|
|
|
|
SET SESSION STORAGE_ENGINE='InnoDB';
|
|
|
|
--source t/range_vs_index_merge.test
|
|
|
|
SET SESSION STORAGE_ENGINE=DEFAULT;
|