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, 2008-01-23 11:41:45+01:00, mskold@stripped +1 -0
Ndb.hpp:
Changed function attribute names to match implementation
ndb/include/ndbapi/Ndb.hpp@stripped, 2008-01-23 11:41:37+01:00, mskold@stripped +7 -7
Changed function attribute names to match implementation
# 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: quadfish.(none)
# Root: /home/marty/MySQL/mysql-5.0-ndb
--- 1.53/ndb/include/ndbapi/Ndb.hpp 2008-01-22 14:14:09 +01:00
+++ 1.54/ndb/include/ndbapi/Ndb.hpp 2008-01-23 11:41:37 +01:00
@@ -1386,22 +1386,22 @@ public:
*
* @param cacheSize number of values to cache in this Ndb object
*
- * @return 0 or -1 on error, and tupleId in out parameter
+ * @return 0 or -1 on error, and autoValue in out parameter
*/
int getAutoIncrementValue(const char* aTableName,
- Uint64 & tupleId, Uint32 cacheSize,
+ Uint64 & autoValue, Uint32 cacheSize,
Uint64 step = 1, Uint64 start = 1);
int getAutoIncrementValue(const NdbDictionary::Table * aTable,
- Uint64 & tupleId, Uint32 cacheSize,
+ Uint64 & autoValue, Uint32 cacheSize,
Uint64 step = 1, Uint64 start = 1);
int readAutoIncrementValue(const char* aTableName,
- Uint64 & tupleId);
+ Uint64 & autoValue);
int readAutoIncrementValue(const NdbDictionary::Table * aTable,
- Uint64 & tupleId);
+ Uint64 & autoValue);
int setAutoIncrementValue(const char* aTableName,
- Uint64 tupleId, bool modify);
+ Uint64 autoValue, bool modify);
int setAutoIncrementValue(const NdbDictionary::Table * aTable,
- Uint64 tupleId, bool modify);
+ Uint64 autoValue, bool modify);
private:
int getTupleIdFromNdb(Ndb_local_table_info* info,
Uint64 & tupleId, Uint32 cacheSize,
| Thread |
|---|
| • bk commit into 5.0 tree (mskold:1.2500) | Martin Skold | 23 Jan |