[MDEV-13693] innodb.innodb-index-online-fk fails with mismatch on Windows, prints garbage instead of column name Created: 2017-08-31  Updated: 2017-08-31  Resolved: 2017-08-31

Status: Closed
Project: MariaDB Server
Component/s: Data Definition - Alter Table, Platform Windows, Tests
Affects Version/s: 5.5.37, 10.0.11, 10.1.0, 10.2.0, 10.3.0
Fix Version/s: 10.0.33, 10.1.27, 10.2.9, 10.3.2

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-13625 Merge InnoDB test cases from MySQL 5.6 Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/5052/steps/test/logs/stdio

innodb.innodb-index-online-fk 'innodb_plugin' w1 [ fail ]
        Test ended at 2017-08-30 09:41:12
 
CURRENT_TEST: innodb.innodb-index-online-fk
--- D:/winx64-debug/build/src/mysql-test/suite/innodb/r/innodb-index-online-fk.result	2017-08-30 09:14:12.289859900 +0000
+++ D:\winx64-debug\build\src\mysql-test\suite\innodb\r\innodb-index-online-fk.reject	2017-08-30 09:41:12.431537400 +0000
@@ -279,7 +279,7 @@
 ADD CONSTRAINT fk_1 FOREIGN KEY (a2) REFERENCES parent(b)
 ON DELETE SET NULL ON UPDATE CASCADE,
 ALGORITHM = INPLACE;
-ERROR 42000: Key column 'a2' doesn't exist in table
+ERROR 42000: Key column ' ' doesn't exist in table
 ALTER TABLE child CHANGE a2 a3 INT,
 ADD CONSTRAINT fk_1 FOREIGN KEY (a3) REFERENCES parent(b)
 ON DELETE SET NULL ON UPDATE CASCADE,
 
mysqltest: Result content mismatch



 Comments   
Comment by Vladislav Vaintroub [ 2017-08-31 ]

https://github.com/MariaDB/server/commit/6be93c3b8a1d8c080d73750e3804752ad80f56d1

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