diff options
author | elliot@mysql.com <> | 2005-08-19 15:29:30 -0400 |
---|---|---|
committer | elliot@mysql.com <> | 2005-08-19 15:29:30 -0400 |
commit | 55b81af671d771ed9503704d45ecfc6686e7952a (patch) | |
tree | df0249492ecffbc91a5e3478685c8f1ad074a428 /sql/log_event.h | |
parent | 6c03c9252d1a39cf545f8043683b704c9d69b3b5 (diff) | |
parent | d9efe655ed8f0377725ace8912f0123175d4099d (diff) | |
download | mariadb-git-55b81af671d771ed9503704d45ecfc6686e7952a.tar.gz |
Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1
into mysql.com:/home/emurphy/src/work/mysql-5.0
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 3ac1cfaf4bc..1d8941e65ac 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -1582,5 +1582,5 @@ public: bool is_valid() const { return 1; } }; #endif - +char *str_to_hex(char *to, const char *from, uint len); #endif /* _log_event_h */ |