mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
5b0a4159ef
The problem is the test is skipped after sourcing include/master-slave.inc. This leaves the slave threads running after the test is skipped, causing a following test to fail during rpl setup. Also rename have_normal_bzip.inc to the more appropriate _zlib. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
17 lines
435 B
Text
17 lines
435 B
Text
--source include/have_innodb.inc
|
|
--source include/have_normal_zlib.inc
|
|
--source include/master-slave.inc
|
|
|
|
--let $engine_type= myisam
|
|
--let $engine_type2= innodb
|
|
--source include/column_compression_rpl.inc
|
|
|
|
--let $engine_type= innodb
|
|
--let $engine_type2= innodb
|
|
--source include/column_compression_rpl.inc
|
|
|
|
--let $engine_type= myisam
|
|
--let $engine_type2= myisam
|
|
--source include/column_compression_rpl.inc
|
|
|
|
--source include/rpl_end.inc
|