diff options
author | Alexander Barkov <bar@mysql.com> | 2010-08-24 10:15:43 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2010-08-24 10:15:43 +0400 |
commit | 6e1971e6703d8ea9f0d70d4c1eaac725f171d52d (patch) | |
tree | 38996de8d99e6d6b313f501ec04056ac3fd42ab1 /mysql-test/r/locale.result | |
parent | 3592489cae0115c245ef3e692bf0ec276a3e010d (diff) | |
download | mariadb-git-6e1971e6703d8ea9f0d70d4c1eaac725f171d52d.tar.gz |
After fix for Bug#55912 FORMAT with locale set fails for numbers < 1000
Recording fixed correct results results.
Diffstat (limited to 'mysql-test/r/locale.result')
-rw-r--r-- | mysql-test/r/locale.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/locale.result b/mysql-test/r/locale.result index b52ed8070f9..aa61d8cd86f 100644 --- a/mysql-test/r/locale.result +++ b/mysql-test/r/locale.result @@ -44,7 +44,7 @@ a abmon mon 2006-12-01 Δεκ Δεκέμβριος SELECT format(123456.789, 3, 'el_GR'); format(123456.789, 3, 'el_GR') -123456.789 +123456,789 DROP TABLE t1; # # Bug#46633 Obsolete Serbian locale name |