more fix
This commit is contained in:
parent
409c170404
commit
797a30ec02
|
@ -1035,7 +1035,7 @@ static int32_t tsdbDataFileDoWriteTableOldData(SDataFileWriter *writer, const ST
|
||||||
goto _exit;
|
goto _exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tsdbRowKeyCmpr(key, &record.firstKey) < 0) { // key < record->firstKey
|
if (tsdbRowKeyCmprNullAsLargest(key, &record.firstKey) < 0) { // key < record->firstKey
|
||||||
goto _exit;
|
goto _exit;
|
||||||
} else {
|
} else {
|
||||||
SBrinRecord record[1];
|
SBrinRecord record[1];
|
||||||
|
|
Loading…
Reference in New Issue