summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorelliot@mysql.com <>2005-08-19 15:29:30 -0400
committerelliot@mysql.com <>2005-08-19 15:29:30 -0400
commit55b81af671d771ed9503704d45ecfc6686e7952a (patch)
treedf0249492ecffbc91a5e3478685c8f1ad074a428 /sql/log_event.h
parent6c03c9252d1a39cf545f8043683b704c9d69b3b5 (diff)
parentd9efe655ed8f0377725ace8912f0123175d4099d (diff)
downloadmariadb-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.h2
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 */