diff options
author | elliot@mysql.com <> | 2005-08-19 14:49:34 -0400 |
---|---|---|
committer | elliot@mysql.com <> | 2005-08-19 14:49:34 -0400 |
commit | d9efe655ed8f0377725ace8912f0123175d4099d (patch) | |
tree | e9b004d2e9d0b322b3e2006b7e0e0733ea5d65f9 /sql/log_event.cc | |
parent | 7c99cf1af05aebdae1f44d6df3f4751b4cdb933a (diff) | |
download | mariadb-git-d9efe655ed8f0377725ace8912f0123175d4099d.tar.gz |
Bug#11338 Fixes from review (identical functionality).
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 4d260763491..66c732e8cb0 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -207,7 +207,7 @@ static inline int read_str(char * &buf, char *buf_end, char * &str, /* Transforms a string into "" or its expression in 0x... form. */ -static char *str_to_hex(char *to, char *from, uint len) +char *str_to_hex(char *to, const char *from, uint len) { char *p= to; if (len) |