summaryrefslogtreecommitdiff
path: root/ndb/src
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2006-08-03 15:38:04 +0200
committerunknown <jonas@perch.ndb.mysql.com>2006-08-03 15:38:04 +0200
commit282ff5f14910beac20366260738c838355d8351b (patch)
treeb8be25d3f787987f77bf0870587192c0b10ad886 /ndb/src
parentd765c17530e68b238fb26cf69c5a540d396dca17 (diff)
downloadmariadb-git-282ff5f14910beac20366260738c838355d8351b.tar.gz
ndb - bug#21384
merge 4.1->5.0 (variable rename) ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: merge #21384 4.1->5.0 variable rename
Diffstat (limited to 'ndb/src')
-rw-r--r--ndb/src/kernel/blocks/dbtc/DbtcMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
index 9b0818e6e1f..dda743616f4 100644
--- a/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
+++ b/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
@@ -12043,7 +12043,7 @@ void Dbtc::readIndexTable(Signal* signal,
if (ERROR_INSERTED(8037))
{
ndbout_c("shifting index version");
- tcKeyReq->tableSchemaVersion = ~(Uint32)indexOp->tcIndxReq.indexSchemaVersion;
+ tcKeyReq->tableSchemaVersion = ~(Uint32)indexOp->tcIndxReq.tableSchemaVersion;
}
Uint32 remainingKey = indexOp->keyInfo.getSize();