1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00

Fix simple/dirty read handling

This commit is contained in:
joreland@mysql.com
2004-10-08 09:43:38 +02:00
parent f715d82a74
commit 087a694f65
20 changed files with 225 additions and 178 deletions

View File

@@ -908,6 +908,7 @@ NdbScanOperation::takeOverScanOp(OperationType opType, NdbConnection* pTrans){
if (newOp == NULL){
return NULL;
}
pTrans->theSimpleState = 0;
const Uint32 len = (tRecAttr->attrSize() * tRecAttr->arraySize() + 3)/4-1;