We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b00af3 commit 8190895Copy full SHA for 8190895
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
@@ -3091,13 +3091,13 @@ void Dbtc::tckeyreq050Lab(Signal* signal)
3091
regTcPtr->tcNodedata[3] = Tdata6;
3092
3093
Uint8 Toperation = regTcPtr->operation;
3094
- Uint8 Tdirty = regTcPtr->dirtyOp;
+ Uint8 TopSimple = regTcPtr->opSimple;
3095
tnoOfBackup = tnodeinfo & 3;
3096
tnoOfStandby = (tnodeinfo >> 8) & 3;
3097
3098
regCachePtr->fragmentDistributionKey = (tnodeinfo >> 16) & 255;
3099
if (Toperation == ZREAD || Toperation == ZREAD_EX) {
3100
- if (Tdirty == 1) {
+ if (TopSimple == 1){
3101
jam();
3102
/*-------------------------------------------------------------*/
3103
/* A SIMPLE READ CAN SELECT ANY OF THE PRIMARY AND */
0 commit comments