Below is the list of changes that have just been committed into a local
5.0 repository of lthalmann. When lthalmann does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1913 05/08/24 00:16:58 lars@stripped +1 -0
Merge mysql.com:/users/lthalmann/ltx/root/mysql-5.0
into mysql.com:/users/lthalmann/ltx/dev/mysql-5.0-bug12532
sql/log_event.cc
1.186 05/08/24 00:16:47 lars@stripped +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: lars
# Host: dl145h.mysql.com
# Root: /users/lthalmann/ltx/dev/mysql-5.0-bug12532/RESYNC
--- 1.185/sql/log_event.cc 2005-08-19 16:17:18 +02:00
+++ 1.186/sql/log_event.cc 2005-08-24 00:16:47 +02:00
@@ -210,7 +210,7 @@
/*
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)
| Thread |
|---|
| • bk commit into 5.0 tree (lars:1.1913) | Lars Thalmann | 24 Aug |