diff options
author | hf@deer.(none) <> | 2003-07-03 16:48:47 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-07-03 16:48:47 +0500 |
commit | 95d6b7a5ea235c9ac29264598d6672a7031cc4ee (patch) | |
tree | 12469ed4922b945cc53138bc6d3cc7e451316ad5 /mysql-test/r/func_misc.result | |
parent | b24fd86a91519c879c8c31fad9f918d3847ca797 (diff) | |
download | mariadb-git-95d6b7a5ea235c9ac29264598d6672a7031cc4ee.tar.gz |
Testcase for #628
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r-- | mysql-test/r/func_misc.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result index 8d05adcc1ba..d51bea020ed 100644 --- a/mysql-test/r/func_misc.result +++ b/mysql-test/r/func_misc.result @@ -13,3 +13,6 @@ NULL 255.255.1.255 0.0.1.255 select length(format('nan', 2)) > 0; length(format('nan', 2)) > 0 1 +select concat("$",format(2500,2)); +concat("$",format(2500,2)) +$2,500.00 |