mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
45521d9710
mysql-test/suite/maria/t/maria_showlog_error.test: test which can't run in embedded mode storage/innobase/handler/ha_innodb.cc: compiler warning
29 lines
738 B
Text
29 lines
738 B
Text
-- source include/have_maria.inc
|
|
# can't restart server in embedded
|
|
--source include/not_embedded.inc
|
|
# remove_file can't remove opened file under windows. So we can't reproduce
|
|
# the problem there
|
|
--source include/not_windows.inc
|
|
#
|
|
# BUG#41127 test suite
|
|
#
|
|
connect (admin, localhost, root,,test,,);
|
|
--enable_reconnect
|
|
|
|
connection default;
|
|
--enable_reconnect
|
|
|
|
# cleunup before this test
|
|
-- source include/maria_empty_logs.inc
|
|
|
|
connection default;
|
|
|
|
remove_file $MYSQLTEST_VARDIR/master-data/$MARIA_LOG/maria_log.00000001;
|
|
--replace_regex /Size unknown ; .*maria_log.00000001/Size unknown ; maria_log.00000001/
|
|
show engine maria logs;
|
|
|
|
# cleunup after this test
|
|
-- source include/maria_empty_logs.inc
|
|
|
|
disconnect admin;
|
|
connection default;
|