Hello Bar,
Alexander Barkov a écrit, Le 01.06.2009 10:16:
> #At file:///home/bar/mysql-bzr/mysql-6.1.w4642/ based on
> revid:bar@stripped
>
> 3069 Alexander Barkov 2009-06-01
> WL#4642 Greek locale for DAYNAME, MONTHNAME, DATE_FORMAT
>
> Adding tests:
> mysql-test/r/locale.result
> mysql-test/t/locale.test
>
> Adding Greek locale data:
> sql/sql_locale.cc
>
> added:
> mysql-test/r/locale.result
> mysql-test/t/locale.test
I did a "grep -r lc_" in mysql-test and found those existing tests which
apparently test date formats for locales:
t/date_formats.test (tests ru_RU, de_DE)
suite/sys_vars/t/lc_time_names_func.test (tests pt_BR, ur_PK etc).
so the new test of Greek dates should probably land in one of them.
Note that the sys_vars suite is not run by default.
You might have to update variables.test because it expects that 109 will
give an error:
set lc_time_names=109;
ERROR HY000: Unknown locale: '109'
(I see this in variables.result).
Ok to push after fixing those little things.
--
Mr. Guilhem Bichot <guilhem@stripped>
Sun Microsystems / MySQL, Lead Software Engineer
Bordeaux, France
www.sun.com / www.mysql.com