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 8357a9ecba4..e231393eec6 100644 --- a/sql/sql_locale.h +++ b/sql/sql_locale.h @@ -19,7 +19,7 @@ typedef struct my_locale_errmsgs { const char *language; - const char **errmsgs; + const char ***errmsgs; } MY_LOCALE_ERRMSGS; #include "my_global.h" /* uint */ |