mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
After fix for Bug#55912 FORMAT with locale set fails for numbers < 1000
Recording fixed correct results results.
This commit is contained in:
parent
3592489cae
commit
6e1971e670
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue