Below is the list of changes that have just been committed into a local
5.0 repository of tomas. When tomas 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-04-11 19:29:32+02:00, tomas@stripped +1 -0
missing return
ndb/src/ndbapi/Ndb.cpp@stripped, 2007-04-11 19:29:30+02:00, tomas@stripped +1 -0
missing return
# 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: tomas
# Host: whalegate.ndb.mysql.com
# Root: /home/tomas/mysql-5.0-ndb
--- 1.68/ndb/src/ndbapi/Ndb.cpp 2007-04-11 15:21:08 +02:00
+++ 1.69/ndb/src/ndbapi/Ndb.cpp 2007-04-11 19:29:30 +02:00
@@ -1164,6 +1164,7 @@
return -1;
}
}
+ return 0;
}
/*
| Thread |
|---|
| • bk commit into 5.0 tree (tomas:1.2444) | tomas | 11 Apr |