Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.1.1
-
Component/s: None
-
Labels:None
Description
These tests fail in 10.1:
innodb.innodb-wl5522-debug-zip 'innodb_plugin' w2 [ fail ] Found warnings/errors in server log file!
Test ended at 2014-09-04 22:24:53
line
InnoDB: Error: Tablespace flags 18446744073709551615 corrupted unused 70368744177663
^ Found warnings in /usr/home/serg/Abk/maria/mysql-test/var/2/log/mysqld.1.err
ok
- saving '/usr/home/serg/Abk/maria/mysql-test/var/2/log/innodb.innodb-wl5522-debug-zip-innodb_plugin/' to '/
innodb.innodb_bug12902967 'innodb_plugin' w2 [ fail ]
Test ended at 2014-09-04 22:25:17
CURRENT_TEST: innodb.innodb_bug12902967
--- /usr/home/serg/Abk/maria/mysql-test/suite/innodb/r/innodb_bug12902967.result 2014-05-25 19:04:40.0
+++ /usr/home/serg/Abk/maria/mysql-test/suite/innodb/r/innodb_bug12902967.reject 2014-09-04 22:25:16.0
@@ -1,6 +1,6 @@
create table t1 (f1 integer primary key) engine innodb;
alter table t1 add constraint c1 foreign key (f1) references t1(f1);
ERROR HY000: Error on rename of '#sql-temporary' to './test/t1' (errno: 150 "Foreign key constraint is incor
-InnoDB: has or is referenced in foreign key constraints
-InnoDB: which are not compatible with the new table definition.
+InnoDB: Note: innobase_shutdown_for_mysql:3007 os_thread_count:1
+InnoDB: Note: innobase_shutdown_for_mysql:3007 os_thread_count:0
drop table t1;
mysqltest: Result length mismatch
- saving '/usr/home/serg/Abk/maria/mysql-test/var/2/log/innodb.innodb_bug12902967-innodb_plugin/' to '/usr/h
innodb.innodb-wl5522-debug-zip 'xtradb' w4 [ fail ] Found warnings/errors in server log file!
Test ended at 2014-09-04 22:29:12
line
InnoDB: Error: Tablespace flags 18446744073709551615 corrupted unused 70368744177663
^ Found warnings in /usr/home/serg/Abk/maria/mysql-test/var/4/log/mysqld.1.err
ok
- saving '/usr/home/serg/Abk/maria/mysql-test/var/4/log/innodb.innodb-wl5522-debug-zip-xtradb/' to '/usr/hom
innodb.innodb_bug12902967 'xtradb' w4 [ fail ]
Test ended at 2014-09-04 22:29:38
CURRENT_TEST: innodb.innodb_bug12902967
--- /usr/home/serg/Abk/maria/mysql-test/suite/innodb/r/innodb_bug12902967.result 2014-05-25 19:04:40.0
+++ /usr/home/serg/Abk/maria/mysql-test/suite/innodb/r/innodb_bug12902967.reject 2014-09-04 22:29:37.0
@@ -1,6 +1,6 @@
create table t1 (f1 integer primary key) engine innodb;
alter table t1 add constraint c1 foreign key (f1) references t1(f1);
ERROR HY000: Error on rename of '#sql-temporary' to './test/t1' (errno: 150 "Foreign key constraint is incor
-InnoDB: has or is referenced in foreign key constraints
-InnoDB: which are not compatible with the new table definition.
+InnoDB: Note: innobase_shutdown_for_mysql:3089 os_thread_count:1
+InnoDB: Note: innobase_shutdown_for_mysql:3089 os_thread_count:0
drop table t1;
mysqltest: Result length mismatch
- saving '/usr/home/serg/Abk/maria/mysql-test/var/4/log/innodb.innodb_bug12902967-xtradb/' to '/usr/home/ser
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
commit d3ceb934f1e537bedfaa96d157acdbfcf7b7ae67
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Mon Sep 8 09:34:03 2014 +0300
MDEV-6701: InnoDB tests fail in 10.1Fixed test failures seen on defragment tests, innodb.innodb-wl5522-debug-zip
and innodb.innodb_bug12902967.