List:Commits« Previous MessageNext Message »
From:antony Date:August 25 2006 7:37am
Subject:bk commit into 5.1 tree (acurtis:1.2294)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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, 2006-08-25 00:37:01-07:00, acurtis@stripped +1 -0
  no longer need ifdef as plugin is conditionally compiled

  storage/federated/ha_federated.cc@stripped, 2006-08-25 00:36:58-07:00, acurtis@stripped +0 -2
    no longer need ifdef as plugin is conditionally compiled

# 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:	acurtis
# Host:	ltantony.xiphis.org
# Root:	/anubis/antony/work2/mysql-5.1-arch.1

--- 1.75/storage/federated/ha_federated.cc	2006-08-25 00:37:11 -07:00
+++ 1.76/storage/federated/ha_federated.cc	2006-08-25 00:37:11 -07:00
@@ -341,7 +341,6 @@
 #pragma implementation                          // gcc: Class implementation
 #endif
 
-#ifdef WITH_FEDERATED_STORAGE_ENGINE
 #include "ha_federated.h"
 
 #include "m_string.h"
@@ -2901,4 +2900,3 @@
 }
 mysql_declare_plugin_end;
 
-#endif
Thread
bk commit into 5.1 tree (acurtis:1.2294)antony25 Aug