List:Commits« Previous MessageNext Message »
From:Martin Skold Date:October 3 2007 7:29am
Subject:bk commit into 5.0 tree (mskold:1.2484)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of marty. When marty 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, 2007-10-03 09:29:10+02:00, mskold@stripped +1 -0
  Removed tabs

  sql/ha_ndbcluster.cc@stripped, 2007-10-03 09:28:09+02:00, mskold@stripped +2 -2
    Removed tabs

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.0-ndb

--- 1.318/sql/ha_ndbcluster.cc	2007-10-03 09:29:19 +02:00
+++ 1.319/sql/ha_ndbcluster.cc	2007-10-03 09:29:20 +02:00
@@ -1712,12 +1712,12 @@ int ha_ndbcluster::peek_indexed_rows(con
       */
       if (check_null_in_record(key_info, record))
       {
-	DBUG_PRINT("info", ("skipping check for key with NULL"));
+        DBUG_PRINT("info", ("skipping check for key with NULL"));
         continue;
       } 
       if (write_op != NDB_INSERT && !check_index_fields_in_write_set(i))
       {
-	DBUG_PRINT("info", ("skipping check for key %u not in write_set", i));
+        DBUG_PRINT("info", ("skipping check for key %u not in write_set", i));
         continue;
       }
 
Thread
bk commit into 5.0 tree (mskold:1.2484)Martin Skold3 Oct