Commit d8b7e76c authored by Chris Calender's avatar Chris Calender Committed by Sergey Vojtovich

Fix for MDEV-18276, typo in error message + all other occurrences of refering

parent 778c525f
...@@ -1153,7 +1153,7 @@ checksum table t1, t2, t3, t4, t5, t6, t7 extended; ...@@ -1153,7 +1153,7 @@ checksum table t1, t2, t3, t4, t5, t6, t7 extended;
drop table t1,t2,t3, t4, t5, t6; drop table t1,t2,t3, t4, t5, t6;
# #
# Test problem with refering to different fields in same table in UNION # Test problem with referring to different fields in same table in UNION
# (Bug#2552: UNION returns NULL instead of expected value (innoDB only tables)) # (Bug#2552: UNION returns NULL instead of expected value (innoDB only tables))
# #
eval create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=$engine_type; eval create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=$engine_type;
......
...@@ -1125,7 +1125,7 @@ checksum table t1, t2, t3, t4 extended; ...@@ -1125,7 +1125,7 @@ checksum table t1, t2, t3, t4 extended;
drop table t1,t2,t3; drop table t1,t2,t3;
# #
# Test problem with refering to different fields in same table in UNION # Test problem with referring to different fields in same table in UNION
# (Bug #2552) # (Bug #2552)
# #
create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=innodb; create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=innodb;
......
# #
# Test of refering to old values # Test of referring to old values
# #
--disable_warnings --disable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment