summaryrefslogtreecommitdiff
path: root/mysql-test/include/mix2.inc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-26 14:13:46 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-26 14:13:46 +0200
commit1933cf98e842f97e11f69afc631638618ec16068 (patch)
tree446b8ff1ac09234b99d71ff06b75961c43247083 /mysql-test/include/mix2.inc
parent137812c88a418479c7d637f4075712d9f6c6c82f (diff)
parente8907112790475772b3e5135b58ef95b3fd8ea68 (diff)
downloadmariadb-git-bb-10.0-merge.tar.gz
Merge 5.5 into 10.0bb-10.0-merge
Diffstat (limited to 'mysql-test/include/mix2.inc')
-rw-r--r--mysql-test/include/mix2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mix2.inc b/mysql-test/include/mix2.inc
index d6becb2e37e..4d688ddb347 100644
--- a/mysql-test/include/mix2.inc
+++ b/mysql-test/include/mix2.inc
@@ -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;