summaryrefslogtreecommitdiff
path: root/sql/sql_locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_locale.h')
-rw-r--r--sql/sql_locale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_locale.h b/sql/sql_locale.h
index 87145a106cc..b7ce9f7ba1d 100644
--- a/sql/sql_locale.h
+++ b/sql/sql_locale.h
@@ -60,13 +60,13 @@ public:
grouping(grouping_par),
errmsgs(errmsgs_par)
{}
- uint repertoire() const
+ my_repertoire_t repertoire() const
{ return is_ascii ? MY_REPERTOIRE_ASCII : MY_REPERTOIRE_EXTENDED; }
};
/* Exported variables */
extern MY_LOCALE my_locale_en_US;
-extern MY_LOCALE *my_locales[];
+extern MYSQL_PLUGIN_IMPORT MY_LOCALE *my_locales[];
extern MY_LOCALE *my_default_lc_messages;
extern MY_LOCALE *my_default_lc_time_names;