summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-04-10 17:33:04 +0200
committerunknown <msvensson@pilot.blaudden>2007-04-10 17:33:04 +0200
commit247c3a81a1cf3c72ac86a9a1bf466a750bb6c6e3 (patch)
tree413078cb95bddf133a3907ac62cec2a51ee3f2a1
parentda43360e1fb78faee98d45bc07a5b1437264da31 (diff)
downloadmariadb-git-247c3a81a1cf3c72ac86a9a1bf466a750bb6c6e3.tar.gz
Update result(which mysterioulsy got lost)
-rw-r--r--mysql-test/r/mysqltest.result15
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result
index 51ca5e2a813..e460275e758 100644
--- a/mysql-test/r/mysqltest.result
+++ b/mysql-test/r/mysqltest.result
@@ -546,4 +546,19 @@ a b c
2 Part 2 2007-04-05 00:00:00
2 Part 3 2007-04-05 00:00:00
select * from t1;
+select '';
+
+
+select "h";
+h
+h
+select "he";
+he
+he
+select "hep";
+hep
+hep
+select "hepp";
+hepp
+hepp
End of tests