Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.1
-
Fix Version/s: 10.1.2
-
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB, Tests
Description
http://buildbot.askmonty.org/buildbot/builders/win32-debug2/builds/6563/steps/test/logs/stdio
innodb.innodb_bug12902967 'innodb_plugin' [ fail ]
Test ended at 2014-11-22 12:39:30
CURRENT_TEST: innodb.innodb_bug12902967
--- C:/bzr/bb-win32/win32-debug2/build/mysql-test/suite/innodb/r/innodb_bug12902967.result 2014-11-18 17:32:40.660795000 -0800
+++ C:\bzr\bb-win32\win32-debug2\build\mysql-test\suite\innodb\r\innodb_bug12902967.reject 2014-11-22 12:39:30.304074800 -0800
@@ -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 incorrectly formed")
-InnoDB: has or is referenced in foreign key constraints
-InnoDB: which are not compatible with the new table definition.
+InnoDB: Note: File system for file .\ib_logfile1 has file block size 0 not supported for page_size 16384
+InnoDB: Note: Using file block size 512 for file .\ib_logfile1
drop table t1;
mysqltest: Result length mismatch
Gliffy Diagrams
Attachments
Issue Links
- blocks
-
MDEV-7172 Fix buildbot failures in 10.1 tree
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
commit afe6d88d78ddd31aec3e74d8470a492d77da3f18
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Mon Nov 24 21:29:12 2014 +0200
MDEV-7167: innodb.innodb_bug12902967 fails in buildbot on WindowsProblem is that there is additional error message from function
that is not really needed now.