Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.37, 10.0.11, 10.1.0, 10.2.0, 10.3.0
-
None
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
|
Attachments
Issue Links
- relates to
-
MDEV-13625 Merge InnoDB test cases from MySQL 5.6
- Closed