List:Commits« Previous MessageNext Message »
From:msvensson Date:August 3 2006 5:16pm
Subject:bk commit into 5.1 tree (msvensson:1.2259)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-03 19:15:55+02:00, msvensson@neptunus.(none) +1 -0
  Replace FEDERATED_EQ with STRING_WITH_LEN("=")

  sql/ha_federated.cc@stripped, 2006-08-03 19:15:53+02:00, msvensson@neptunus.(none) +1 -1
    After merge fix

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint

--- 1.69/sql/ha_federated.cc	2006-08-03 19:16:01 +02:00
+++ 1.70/sql/ha_federated.cc	2006-08-03 19:16:01 +02:00
@@ -1844,7 +1844,7 @@ int ha_federated::update_row(const byte 
     if (bitmap_is_set(table->write_set, (*field)->field_index))
     {
       update_string.append((*field)->field_name);
-      update_string.append(FEDERATED_EQ);
+      update_string.append(STRING_WITH_LEN("="));
 
       if ((*field)->is_null())
         update_string.append(STRING_WITH_LEN(" NULL "));
Thread
bk commit into 5.1 tree (msvensson:1.2259)msvensson3 Aug