List:Commits« Previous MessageNext Message »
From:msvensson Date:December 15 2006 9:45am
Subject:bk commit into 5.1 tree (msvensson:1.2372)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of . When  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-12-15 10:45:25+01:00, msvensson@shellback. +1 -0
  Fix VC++ warning about extra ; delimiter

  storage/federated/ha_federated.cc@stripped, 2006-12-15 10:45:22+01:00, msvensson@shellback. +1 -1
    Fix VC++ warning about extra ; delimiter

# 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:	msvensson
# Host:	shellback.
# Root:	C:/mysql/mysql-5.1-new-maint

--- 1.90/storage/federated/ha_federated.cc	2006-11-30 22:25:31 +01:00
+++ 1.91/storage/federated/ha_federated.cc	2006-12-15 10:45:22 +01:00
@@ -2808,7 +2808,7 @@
       if (old)
         old->trx_next= NULL;
       error= ptr->connection_commit();
-      if (error && !return_val);
+      if (error && !return_val)
         return_val= error;
     }
     thd->ha_data[hton->slot]= NULL;

Thread
bk commit into 5.1 tree (msvensson:1.2372)msvensson15 Dec