Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
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
|
Attachments
Issue Links
- blocks
-
MDEV-7172 Fix buildbot failures in 10.1 tree
- Closed