summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2004-08-12 14:50:29 +0500
committerram@gw.mysql.r18.ru <>2004-08-12 14:50:29 +0500
commit407bf3c7599562fc3ed7deae55a9c55288cb56b4 (patch)
tree00ed9d1b5610e38ebf717141f796a239f4b0ccd9 /mysql-test/r
parent37b46ed217226323ae7f5735791001bb0c601cad (diff)
parent74c64904c7e1730d77fe8a525f14aed3ad9df0b5 (diff)
downloadmariadb-git-407bf3c7599562fc3ed7deae55a9c55288cb56b4.tar.gz
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4878
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/func_str.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result
index e07ee4f0add..345832387bd 100644
--- a/mysql-test/r/func_str.result
+++ b/mysql-test/r/func_str.result
@@ -673,3 +673,6 @@ c1 c2
2147483647 4294967295
-2147483648 0
drop table t1;
+select left(1234, 3) + 0;
+left(1234, 3) + 0
+123