diff options
author | ram@gw.mysql.r18.ru <> | 2004-08-12 14:50:29 +0500 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-08-12 14:50:29 +0500 |
commit | 407bf3c7599562fc3ed7deae55a9c55288cb56b4 (patch) | |
tree | 00ed9d1b5610e38ebf717141f796a239f4b0ccd9 /mysql-test/r | |
parent | 37b46ed217226323ae7f5735791001bb0c601cad (diff) | |
parent | 74c64904c7e1730d77fe8a525f14aed3ad9df0b5 (diff) | |
download | mariadb-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.result | 3 |
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 |