List:Internals« Previous MessageNext Message »
From:Eric Herman Date:September 9 2005 3:11pm
Subject:bk commit into 5.0 tree (eric:1.1967) BUG#12659
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of eric. When eric 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.1967 05/09/09 08:11:15 eric@stripped +1 -0
  Corrected function declaration problem seen by Konstantin.
  BUG#12659

  sql/ha_federated.h
    1.22 05/09/09 08:11:05 eric@stripped +1 -1
    corrected function declaration

# 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:	eric
# Host:	sleek.local
# Root:	/Users/eric/bktmp/mysql-5.0

--- 1.21/sql/ha_federated.h	2005-09-08 18:21:14 -07:00
+++ 1.22/sql/ha_federated.h	2005-09-09 08:11:05 -07:00
@@ -170,7 +170,7 @@
                              const key_range *start_key,
                              const key_range *end_key,
                              bool records_in_range);
-  int ha_federated::stash_remote_error();
+  int stash_remote_error();
 
 public:
   ha_federated(TABLE *table_arg);
Thread
bk commit into 5.0 tree (eric:1.1967) BUG#12659Eric Herman9 Sep