Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
5.5(EOL)
-
None
Description
innodb.innodb-fk-warnings 'innodb_plugin' [ fail ]
|
Test ended at 2015-09-26 02:46:33
|
|
CURRENT_TEST: innodb.innodb-fk-warnings
|
--- C:/bzr/bb-win32/win32-debug2/build/mysql-test/suite/innodb/r/innodb-fk-warnings.result 2015-09-26 02:03:55.430198000 -0700
|
+++ C:\bzr\bb-win32\win32-debug2\build\mysql-test\suite\innodb\r\innodb-fk-warnings.reject 2015-09-26 02:46:33.678692300 -0700
|
@@ -70,7 +70,7 @@
|
ERROR HY000: Can't create table '#sql-temporary' (errno: 150)
|
show warnings;
|
Level Code Message
|
-Warning 150 Alter table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a,b) references t1(a) close to ). Too few referenced columns, you have 1 when you should have 2.
|
+Warning 150 Alter table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a,b) references t1(a) close to ). Too few referenced columns, you have 1 when you should have 477.
|
Error 1005 Can't create table '#sql-temporary' (errno: 150)
|
drop table t1;
|
create table t1(a int not null primary key, b int, key(b)) engine=innodb;
|
@@ -78,7 +78,7 @@
|
ERROR HY000: Can't create table '#sql-temporary' (errno: 150)
|
show warnings;
|
Level Code Message
|
-Warning 150 Alter table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a) references t1(a,b) close to ). Too few referenced columns, you have 2 when you should have 1.
|
+Warning 150 Alter table `test`.`t1` with foreign key constraint failed. Foreign key constraint parse error in foreign key(a) references t1(a,b) close to ). Too few referenced columns, you have 2 when you should have 477.
|
Error 1005 Can't create table '#sql-temporary' (errno: 150)
|
drop table t1;
|
create table t1 (f1 integer not null primary key) engine=innodb;
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled