Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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-12-23 09:15:37+01:00, jonas@stripped +1 -0
merge
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp@stripped, 2007-12-23 09:15:35+01:00, jonas@stripped +2 -2
merge
diff -Nrup a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
--- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2007-12-22 23:42:48 +01:00
+++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2007-12-23 09:15:35 +01:00
@@ -4116,8 +4116,8 @@ Dbdict::execALTER_TABLE_REQ(Signal* sign
lockReq.userPtr = alterTabPtr.i;
lockReq.userRef = reference();
lockReq.lockType = DictLockReq::AlterTableLock;
- parseRecord.errorCode = dict_lock_trylock(&lockReq);
- if (parseRecord.errorCode)
+ aParseRecord.errorCode = dict_lock_trylock(&lockReq);
+ if (aParseRecord.errorCode)
{
jam();
c_opCreateTable.release(alterTabPtr);
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2643) | jonas | 23 Dec |