diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2016-06-14 16:43:08 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 16:43:08 +0400 |
commit | 5b008d4a270d5c1f2ca713d8a96c488c0f96bdd1 (patch) | |
tree | 80e9f74e0d1f9a7ccaef6d541c0d7d4827d6381f /sql/log_event.cc | |
parent | 9f9eb682d54fedf38e02df1d28228e68c10ee77d (diff) | |
parent | effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 (diff) | |
download | mariadb-git-5b008d4a270d5c1f2ca713d8a96c488c0f96bdd1.tar.gz |
Merge pull request #181 from ottok/ok-debpkg-10.2
General spell fixing in comments and strings
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 f7e718fccd0..492c83c9e96 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -8017,7 +8017,7 @@ void User_var_log_event::print(FILE* file, PRINT_EVENT_INFO* print_event_info) return; str_to_hex(hex_str, val, val_len); /* - For proper behaviour when mysqlbinlog|mysql, we need to explicitely + For proper behaviour when mysqlbinlog|mysql, we need to explicitly specify the variable's collation. It will however cause problems when people want to mysqlbinlog|mysql into another server not supporting the character set. But there's not much to do about this and it's unlikely. |