1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7228: innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server

Problem is that tests restart the server and "shutdown_server" looks
for pid file # which is not there with embedded mode.

Fix tests so that they are not run with embedded mode.
This commit is contained in:
Jan Lindström
2014-11-27 20:11:14 +02:00
parent 55e99b2933
commit 7b55b67de5
7 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,5 @@
-- source include/have_innodb.inc
--source include/have_innodb.inc
--source include/not_embedded.inc
--disable_query_log
let $innodb_compression_algorithm_orig=`SELECT @@innodb_compression_algorithm`;