2008-12-01 14:21:37 +01:00
|
|
|
-- source include/have_maria.inc
|
2008-12-05 10:15:23 +01:00
|
|
|
# can't restart server in embedded
|
|
|
|
--source include/not_embedded.inc
|
2008-12-01 14:21:37 +01:00
|
|
|
# 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;
|
|
|
|
|
2009-02-12 15:08:56 +01:00
|
|
|
let MYSQLD_DATADIR= `select @@datadir`;
|
2010-09-12 18:40:01 +02:00
|
|
|
remove_file $MYSQLD_DATADIR/$MARIA_LOG/aria_log.00000001;
|
|
|
|
--replace_regex /Size unknown ; .*aria_log.00000001/Size unknown ; aria_log.00000001/
|
|
|
|
show engine aria logs;
|
2008-12-01 14:21:37 +01:00
|
|
|
|
|
|
|
# cleunup after this test
|
|
|
|
-- source include/maria_empty_logs.inc
|
|
|
|
|
|
|
|
disconnect admin;
|
|
|
|
connection default;
|