Below is the list of changes that have just been committed into a
4.0 repository of sasha. When sasha does a push, they will be propogated 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://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet@stripped, 2002-04-23 09:17:00-06:00, sasha@stripped
mysqlbinlog bug fixed
client/mysqlbinlog.cc
1.55 02/04/23 09:16:59 sasha@stripped +5 -3
fixed options bug. Amazing we've had it there for that long
# 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: sasha
# Host: mysql.sashanet.com
# Root: /reiser-data/mysql-4.0
--- 1.54/client/mysqlbinlog.cc Mon Dec 17 20:34:00 2001
+++ 1.55/client/mysqlbinlog.cc Tue Apr 23 09:16:59 2002
@@ -54,6 +54,7 @@
{"table", required_argument, 0, 't'},
{"user", required_argument, 0, 'u'},
{"version", no_argument, 0, 'V'},
+ {0,0,0,0}
};
void sql_print_error(const char *format,...);
@@ -102,15 +103,16 @@
static void print_version()
{
- printf("%s Ver 1.7 for %s at %s\n",my_progname,SYSTEM_TYPE, MACHINE_TYPE);
+ printf("%s Ver 1.8 for %s at %s\n",my_progname,SYSTEM_TYPE, MACHINE_TYPE);
}
static void usage()
{
print_version();
- puts("By Sasha, for your professional use\n\
-This software comes with NO WARRANTY: see the file PUBLIC for details\n");
+ puts("By Monty and Sasha, for your professional use\n\
+This software comes with NO WARRANTY: This is free software,\n\
+and you are welcome to modify and redistribute it under the GPL license\n");
printf("\
Dumps a MySQL binary log in a format usable for viewing or for pipeing to\n\
| Thread |
|---|
| • bk commit into 4.0 tree | sasha | 23 Apr |