diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-06 12:52:45 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-06 12:52:45 +0300 |
commit | e253068bee2e0f0b6d1585873027984dd01f33c9 (patch) | |
tree | e04692b2b068f9ee429c99eea89f3b8c5ed1d3e9 /sql/sql_locale.cc | |
parent | 85929aacc8515eceaf3afe0c94fad94748b23c96 (diff) | |
parent | b11e374b6e9bac141bd3690ccbc4c9960caeec4f (diff) | |
download | mariadb-git-e253068bee2e0f0b6d1585873027984dd01f33c9.tar.gz |
Manual-merge from mysql-trunk-merge.
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r-- | sql/sql_locale.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc index 6b027c62b81..9b1bb67ca06 100644 --- a/sql/sql_locale.cc +++ b/sql/sql_locale.cc @@ -1506,9 +1506,9 @@ static const char *my_locale_month_names_ro_RO[13] = static const char *my_locale_ab_month_names_ro_RO[13] = {"ian","feb","mar","apr","mai","iun","iul","aug","sep","oct","nov","dec", NullS }; static const char *my_locale_day_names_ro_RO[8] = - {"Luni","Marţi","Miercuri","Joi","Vineri","SîmbĂtĂ","DuminicĂ", NullS }; + {"Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă","Duminică", NullS }; static const char *my_locale_ab_day_names_ro_RO[8] = - {"Lu","Ma","Mi","Jo","Vi","Sî","Du", NullS }; + {"Lu","Ma","Mi","Jo","Vi","Sâ","Du", NullS }; static TYPELIB my_locale_typelib_month_names_ro_RO = { array_elements(my_locale_month_names_ro_RO)-1, "", my_locale_month_names_ro_RO, NULL }; static TYPELIB my_locale_typelib_ab_month_names_ro_RO = |