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.2170 05/04/07 12:12:03 mskold@stripped +1 -0
Added missing DBUG_RETURNs
ndb/src/ndbapi/NdbDictionaryImpl.cpp
1.50 05/04/07 12:11:40 mskold@stripped +2 -2
Added missing DBUG_RETURNs
# 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.49/ndb/src/ndbapi/NdbDictionaryImpl.cpp Fri Feb 25 09:14:42 2005
+++ 1.50/ndb/src/ndbapi/NdbDictionaryImpl.cpp Thu Apr 7 12:11:40 2005
@@ -1501,7 +1501,7 @@
if (col->m_autoIncrement) {
if (haveAutoIncrement) {
m_error.code = 4335;
- return -1;
+ DBUG_RETURN(-1);
}
haveAutoIncrement = true;
autoIncrementValue = col->m_autoIncrementInitialValue;
@@ -1622,7 +1622,7 @@
ret= createTable(&tSignal, ptr);
if (ret)
- return ret;
+ DBUG_RETURN(ret);
if (haveAutoIncrement) {
if (!ndb.setAutoIncrementValue(impl.m_externalName.c_str(),
| Thread |
|---|
| • bk commit into 4.1 tree (mskold:1.2170) | Martin Skold | 7 Apr |