List:Internals« Previous MessageNext Message »
From:Konstantin Osipov Date:August 5 2005 9:11am
Subject:bk commit into 5.0 tree (konstantin:1.1943)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.1943 05/08/05 11:10:51 konstantin@stripped +1 -0
  Fix gcc -ansi -pedantic compilation failure.

  client/client_priv.h
    1.40 05/08/05 11:10:43 konstantin@stripped +1 -1
    Fix a compile failure.

# 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:	konstantin
# Host:	oak.local
# Root:	/home/kostja/mysql/mysql-5.0-root

--- 1.39/client/client_priv.h	2005-07-31 13:55:58 +04:00
+++ 1.40/client/client_priv.h	2005-08-05 11:10:43 +04:00
@@ -50,5 +50,5 @@
   OPT_NDBCLUSTER, OPT_NDB_CONNECTSTRING,
 #endif
   OPT_TRIGGERS,
-  OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE,
+  OPT_IGNORE_TABLE,OPT_INSERT_IGNORE,OPT_SHOW_WARNINGS,OPT_DROP_DATABASE
 };
Thread
bk commit into 5.0 tree (konstantin:1.1943)Konstantin Osipov5 Aug