Skip to content

Commit d8b7e76

Browse files
Chris Calendersvoj
authored andcommitted
Fix for MDEV-18276, typo in error message + all other occurrences of refering
1 parent 778c525 commit d8b7e76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mysql-test/include/mix2.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ checksum table t1, t2, t3, t4, t5, t6, t7 extended;
11531153
drop table t1,t2,t3, t4, t5, t6;
11541154

11551155
#
1156-
# Test problem with refering to different fields in same table in UNION
1156+
# Test problem with referring to different fields in same table in UNION
11571157
# (Bug#2552: UNION returns NULL instead of expected value (innoDB only tables))
11581158
#
11591159
eval create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=$engine_type;

mysql-test/suite/innodb/t/innodb.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ checksum table t1, t2, t3, t4 extended;
11251125
drop table t1,t2,t3;
11261126

11271127
#
1128-
# Test problem with refering to different fields in same table in UNION
1128+
# Test problem with referring to different fields in same table in UNION
11291129
# (Bug #2552)
11301130
#
11311131
create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=innodb;

mysql-test/t/insert.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Test of refering to old values
2+
# Test of referring to old values
33
#
44

55
--disable_warnings

0 commit comments

Comments
 (0)