1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
Chris Calender
2019-02-07 01:23:28 -05:00
committed by Sergey Vojtovich
parent 778c525ff8
commit d8b7e76c37
3 changed files with 3 additions and 3 deletions

View File

@ -1153,7 +1153,7 @@ checksum table t1, t2, t3, t4, t5, t6, t7 extended;
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))
#
eval create table t1 (id int, name char(10) not null, name2 char(10) not null) engine=$engine_type;