diff options
Diffstat (limited to 'sql/sql_locale.h')
-rw-r--r-- | sql/sql_locale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_locale.h b/sql/sql_locale.h index 87145a106cc..feeb7a44bdf 100644 --- a/sql/sql_locale.h +++ b/sql/sql_locale.h @@ -66,7 +66,7 @@ public: /* 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; |