[MDEV-3522] LP:686006 - maria.maria-recovery fails on debug compilation on Windows Created: 2010-12-06 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
VS2010, strawberry perl maria.maria-recovery [ fail ] CURRENT_TEST: maria.maria-recovery The result from queries just before the failure was:
|
| Comments |
| Comment by Vladislav Vaintroub [ 2010-12-06 ] |
|
Re: maria.maria-recovery fails on debug compilation on Windows CURRENT_TEST: maria.maria-recovery-bitmap mysqltest: In included file ".\include\maria_make_snapshot_for_comparison.inc": At line 18: query 'drop database if exists mysqltest_for_$mms_purpose' failed: 2 013: Lost connection to MySQL server during query The result from queries just before the failure was: drop database if exists mysqltest; create database mysqltest; use mysqltest;
create table t1 (a varchar(10000)) engine=maria;
insert into t1 values ("bbbbbbb");
r/5.1/mysql-test/var/log/maria.maria-recovery-bitmap/' maria.maria-recovery-rtree-ft [ fail ] Test ended at 2010-12-06 14:05:15 |
| Comment by Vladislav Vaintroub [ 2010-12-06 ] |
|
Re: maria.maria-recovery fails on debug compilation on Windows CURRENT_TEST: maria.maria-recovery-rtree-ft 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 |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 686006 |