diff options
author | bar@bar.mysql.r18.ru <> | 2003-01-29 17:31:20 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-01-29 17:31:20 +0400 |
commit | 735399a850528714ba43b6e7aec84aa9a8878321 (patch) | |
tree | 264982c7494f97fc034269d9b20c340299092a4b /sql/log_event.cc | |
parent | ff3eaaebe742d83aee425a3c6b81c020c16f71cd (diff) | |
download | mariadb-git-735399a850528714ba43b6e7aec84aa9a8878321.tar.gz |
Move latin1 into a separarte file
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc index 509e62ba03b..a46b95507c8 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -24,7 +24,7 @@ #include <my_dir.h> #endif /* MYSQL_CLIENT */ -#define log_cs my_charset_latin1 +#define log_cs &my_charset_latin1 /***************************************************************************** |