Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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@stripped, 2007-02-24 19:51:45+01:00, mats@romeo.(none) +1 -0
Fixes to make it compile on Windows.
sql/log_event.cc@stripped, 2007-02-24 19:51:41+01:00, mats@romeo.(none) +1 -1
The type byte is not equivalent to char on Windows, so compile fails.
# 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: mats
# Host: romeo.(none)
# Root: /home/bk/b26286-mysql-5.1-rpl
--- 1.268/sql/log_event.cc 2007-02-24 19:51:55 +01:00
+++ 1.269/sql/log_event.cc 2007-02-24 19:51:55 +01:00
@@ -1141,7 +1141,7 @@
need a # to prefix the rest of printouts for example those of
Rows_log_event::print_helper().
*/
- my_b_write(file, "# ", 2);
+ my_b_write(file, reinterpret_cast<const byte*>("# "), 2);
}
DBUG_VOID_RETURN;
}
| Thread |
|---|
| • bk commit into 5.1 tree (mats:1.2457) | Mats Kindahl | 24 Feb |