mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-01 20:39:34 -04:00
Code style changes
This commit is contained in:
parent
e4eeac8a59
commit
fddae49784
12
RdbScan.cpp
12
RdbScan.cpp
@ -32,16 +32,8 @@ bool RdbScan::setRead ( BigFile *file ,
|
||||
m_rdbId = rdbId;
|
||||
m_hitDisk = hitDisk;
|
||||
// set list now
|
||||
m_rdblist->set ( NULL ,
|
||||
0 ,
|
||||
NULL ,
|
||||
0 ,
|
||||
startKey ,
|
||||
endKey ,
|
||||
fixedDataSize ,
|
||||
true , // ownData?
|
||||
useHalfKeys ,
|
||||
keySize );
|
||||
m_rdblist->set(NULL, 0, NULL, 0, startKey, endKey, fixedDataSize, true, useHalfKeys, keySize);
|
||||
|
||||
// . don't do anything if startKey exceeds endKey
|
||||
// . often Msg3 will call us with this true because it's page range
|
||||
// is empty because the map knows without having to hit disk.
|
||||
|
Loading…
x
Reference in New Issue
Block a user