Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
VS2010, strawberry perl
maria.maria-recovery [ fail ]
Test ended at 2010-12-06 14:05:08
CURRENT_TEST: maria.maria-recovery
mysqltest: In included file ".\include\maria_make_snapshot_for_feeding_recovery.
inc": At line 21: query 'drop database if exists mysqltest_for_$mms_purpose' fai
led: 2013: Lost connection to MySQL server during query
The result from queries just before the failure was:
set global maria_log_file_size=4294967295;
drop database if exists mysqltest;
create database mysqltest;
use mysqltest;
- shut down mysqld, removed logs, restarted it
create table t1 (a varchar(1000)) engine=maria; - TEST of REDO: see if recovery can reconstruct if we give it an old table