#At file:///home/oa136780/mysql/mysql-5.1-telco-7.0/ based on revid:ole.john.aske@stripped
2881 Ole John Aske 2009-05-02
bug#44570, fix changed according to review comment
modified:
storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp
=== modified file 'storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp'
--- a/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2009-04-30 13:05:15 +0000
+++ b/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2009-05-02 10:24:26 +0000
@@ -1534,12 +1534,12 @@ int Dbtup::handleInsertReq(Signal* signa
}
if (regTabPtr->need_shrink() && cmp[0] != cmp[1] &&
- unlikely((ret = handle_size_change_after_update(req_struct,
+ unlikely(handle_size_change_after_update(req_struct,
base,
regOperPtr.p,
regFragPtr,
regTabPtr,
- sizes)) < 0))
+ sizes)))
{
goto size_change_error;
}
Attachment: [text/bzr-bundle] bzr/ole.john.aske@sun.com-20090502102426-6hu2es6wat2e0w7u.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (ole.john.aske:2881) Bug#44570 | Ole John Aske | 2 May |