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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user