bk commit into 5.1 tree (stewart:1.1803) -
04-19-2005
, 04:50 PM
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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/in...urce-tree.html
ChangeSet
1.1803 05/04/17 16:49:35 stewart (AT) mysql (DOT) com +1 -0
build fix
sql/mysqld.cc
1.451 05/04/17 16:49:28 stewart (AT) mysql (DOT) com +1 -1
build fix
# 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: stewart
# Host: kennedy.(none)
# Root: /home/stewart/Documents/MySQL/5.1/wl2325
--- 1.450/sql/mysqld.cc 2005-04-16 02:47:21 +10:00
+++ 1.451/sql/mysqld.cc 2005-04-17 16:49:28 +10:00
@@ -6222,7 +6222,7 @@
}
case OPT_BINLOG_FORMAT:
{
- int id:
+ int id;
if ((id= find_type(argument, &binlog_format_typelib, 2)) <= 0)
{
fprintf(stderr,
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |