mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ha_ndbcluster.cc:
typo
This commit is contained in:
parent
0a9730beb4
commit
1568b72d9c
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ int ha_ndbcluster::ordered_index_scan(const key_range *start_key,
|
|||
|
||||
NdbOperation::LockMode lm=
|
||||
(NdbOperation::LockMode)get_ndb_lock_type(m_lock.type);
|
||||
if ((op= trans->getNdbIndexScanOperation((NDBINDEX *)
|
||||
if (!(op= trans->getNdbIndexScanOperation((NDBINDEX *)
|
||||
m_index[active_index].index,
|
||||
(const NDBTAB *) m_table)) ||
|
||||
!(cursor= op->readTuples(lm, 0, parallelism, sorted)))
|
||||
|
|
Loading…
Add table
Reference in a new issue