summaryrefslogtreecommitdiff
path: root/mysql-test/t/key_diff.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-07-28 03:22:47 +0300
committermonty@mysql.com <>2005-07-28 03:22:47 +0300
commit3c12d0ae54eccaef7c265af4f782d95250308dc9 (patch)
treee744bd42ed2b003e8c6b7fbc043e115fc964966c /mysql-test/t/key_diff.test
parentd28f576cf4beae12611515eb95eb88f50499f672 (diff)
downloadmariadb-git-3c12d0ae54eccaef7c265af4f782d95250308dc9.tar.gz
Added end marker for tests to make future merges easier
Diffstat (limited to 'mysql-test/t/key_diff.test')
-rw-r--r--mysql-test/t/key_diff.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/key_diff.test b/mysql-test/t/key_diff.test
index b4e4339ae33..b490c613c61 100644
--- a/mysql-test/t/key_diff.test
+++ b/mysql-test/t/key_diff.test
@@ -20,3 +20,5 @@ explain select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B;
select t1.*,t2.* from t1,t1 as t2 where t1.A=t2.B order by binary t1.a,t2.a;
select * from t1 where a='a';
drop table t1;
+
+# End of 4.1 tests