Skip to content

Commit 34982b6

Browse files
committed
Bug#36345882 Fix column ordering in Dbdict::buildFK_prepare
Post push fix. Rerecord test result for ndb.ndb_fk_restore in 7.6. Change-Id: I6d4d1d80386bb249e3052966cd237273f236ebcd
1 parent b2d69cc commit 34982b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/ndb/r/ndb_fk_restore.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ NDBT_ProgramExit: 0 - OK
733733
insert into t1 (a, b, c) values (11, 12, 13);
734734
insert into t2 (a, b, c) values (11, 12, 13);
735735
insert into t2 (a,b,c) values (101, 102, 103);
736-
ERROR 23000: Cannot add or update a child row: a foreign key constraint fails (Unknown error code)
736+
ERROR 23000: Cannot add or update a child row: a foreign key constraint fails (`test`.`t2`, CONSTRAINT `fk11` FOREIGN KEY (`c1`,`b1`,`a1`) REFERENCES `t1` (`c1`,`b1`,`a1`) ON DELETE NO ACTION ON UPDATE NO ACTION)
737737
# show meta
738738
show create table t2;
739739
Table Create Table

0 commit comments

Comments
 (0)