diff options
author | monty@mysql.com <> | 2005-10-08 03:37:23 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-10-08 03:37:23 +0300 |
commit | 17d7ba931d2293f1db89cbd1107a4bc71bc4fcdf (patch) | |
tree | ac2ca2aacd05cc4eb1bec0b1f8c909b9d64fa2e6 /mysql-test/t/func_str.test | |
parent | dad1e2048d3ac1477557a2645ccd323143601723 (diff) | |
parent | f577ebb88fc4f56f440ee3736b54512d528ca0a9 (diff) | |
download | mariadb-git-17d7ba931d2293f1db89cbd1107a4bc71bc4fcdf.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'mysql-test/t/func_str.test')
-rw-r--r-- | mysql-test/t/func_str.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/func_str.test b/mysql-test/t/func_str.test index 5f32b7b2b49..6cd27903a42 100644 --- a/mysql-test/t/func_str.test +++ b/mysql-test/t/func_str.test @@ -467,6 +467,7 @@ SELECT lpad(12345, 5, "#"); # SELECT conv(71, 10, 36), conv('1Z', 36, 10); +SELECT conv(71, 10, 37), conv('1Z', 37, 10), conv(0,1,10),conv(0,0,10), conv(0,-1,10); # # Bug in SUBSTRING when mixed with CONCAT and ORDER BY (Bug #3089) |