List:Commits« Previous MessageNext Message »
From:<gshchepa Date:October 3 2007 10:49am
Subject:bk commit into 5.1 tree (gshchepa:1.2581)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of uchum. When uchum 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-10-03 15:49:51+05:00, gshchepa@stripped +1 -0
  mysqldump.c:
    Post-merge fix.

  client/mysqldump.c@stripped, 2007-10-03 15:49:31+05:00, gshchepa@stripped +1 -1
    Post-merge fix.

diff -Nrup a/client/mysqldump.c b/client/mysqldump.c
--- a/client/mysqldump.c	2007-10-03 14:56:42 +05:00
+++ b/client/mysqldump.c	2007-10-03 15:49:31 +05:00
@@ -425,7 +425,7 @@ static struct my_option my_long_options[
    (uchar**) &opt_single_transaction, (uchar**) &opt_single_transaction, 0,
    GET_BOOL, NO_ARG,  0, 0, 0, 0, 0, 0},
   {"dump-date", OPT_DUMP_DATE, "Put a dump date to the end of the output.",
-   (gptr*) &opt_dump_date, (gptr*) &opt_dump_date, 0,
+   (uchar**) &opt_dump_date, (uchar**) &opt_dump_date, 0,
    GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
   {"skip-opt", OPT_SKIP_OPTIMIZATION,
    "Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys.",
Thread
bk commit into 5.1 tree (gshchepa:1.2581)gshchepa3 Oct