Below is the list of changes that have just been committed into a local
4.1 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
1.2329 05/07/04 20:36:38 mskold@stripped +1 -0
Fixed indentation
sql/ha_ndbcluster.cc
1.166 05/07/04 20:36:11 mskold@stripped +3 -3
Fixed indentation
# 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: blowfish.ndb.mysql.com
# Root: /usr/local/home/marty/MySQL/mysql-4.1
--- 1.165/sql/ha_ndbcluster.cc 2005-06-29 16:17:32 +02:00
+++ 1.166/sql/ha_ndbcluster.cc 2005-07-04 20:36:11 +02:00
@@ -1222,9 +1222,9 @@
op->readTuple(lm) != 0)
ERR_RETURN(trans->getNdbError());
- int res;
- if ((res= set_primary_key_from_record(op, old_data)))
- ERR_RETURN(trans->getNdbError());
+ int res;
+ if ((res= set_primary_key_from_record(op, old_data)))
+ ERR_RETURN(trans->getNdbError());
// Read all unreferenced non-key field(s)
for (i= 0; i < no_fields; i++)
| Thread |
|---|
| • bk commit into 4.1 tree (mskold:1.2329) | Martin Skold | 4 Jul |