[MDEV-8855] innodb.innodb-fk-warnings fails on Windows Created: 2015-09-27  Updated: 2015-09-29  Resolved: 2015-09-29

Status: Closed
Project: MariaDB Server
Component/s: Platform Windows, Storage Engine - InnoDB, Storage Engine - XtraDB, Tests
Affects Version/s: 5.5
Fix Version/s: 5.5.46

Type: Bug Priority: Critical
Reporter: Elena Stepanova Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 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



 Comments   
Comment by Elena Stepanova [ 2015-09-27 ]

See also MDEV-8854 for platform-independent complaints about the warnings.

Comment by Jan Lindström (Inactive) [ 2015-09-29 ]

commit a95711e45d45ec3f024468373087160fc9e4ff6b
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue Sep 29 08:39:54 2015 +0300

MDEV-8855: innodb.innodb-fk-warnings fails on Windows

Fixed incorrect access to freed memory.

Generated at Thu Feb 08 07:30:17 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.