List:Internals« Previous MessageNext Message »
From:Petr Chardin Date:October 7 2005 4:26pm
Subject:bk commit into 5.0 tree (petr:1.2023)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps 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.2023 05/10/07 20:25:51 petr@stripped +2 -0
  fix compile failure (which shows up in cygwin environment)

  server-tools/instance-manager/user_map.cc
    1.15 05/10/07 20:25:34 petr@stripped +1 -1
    fix pragma statement

  server-tools/instance-manager/mysql_connection.cc
    1.13 05/10/07 20:25:34 petr@stripped +1 -1
    fix pragma statement

# 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:	petr
# Host:	owlet.
# Root:	/home/cps/mysql/trees/mysql-5.0

--- 1.12/server-tools/instance-manager/mysql_connection.cc	2005-09-23 22:28:47 +04:00
+++ 1.13/server-tools/instance-manager/mysql_connection.cc	2005-10-07 20:25:34 +04:00
@@ -15,7 +15,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
 #if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION)
-#pragma interface
+#pragma implementation
 #endif
 
 #include "mysql_connection.h"

--- 1.14/server-tools/instance-manager/user_map.cc	2005-09-23 22:28:48 +04:00
+++ 1.15/server-tools/instance-manager/user_map.cc	2005-10-07 20:25:34 +04:00
@@ -15,7 +15,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
 #if defined(__GNUC__) && defined(USE_PRAGMA_IMPLEMENTATION)
-#pragma interface
+#pragma implementation
 #endif
 
 #include "user_map.h"
Thread
bk commit into 5.0 tree (petr:1.2023)Petr Chardin7 Oct