diff options
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r-- | sql/sql_help.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc index 2bac815d12a..e4c44428242 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -22,7 +22,7 @@ ** Get help on string ***************************************************************************/ -#define help_charset my_charset_latin1 +#define help_charset &my_charset_latin1 MI_INFO *open_help_file(THD *thd, const char *name) { |