feat: add cloud grant cfg
This commit is contained in:
parent
aaef505c09
commit
5f10012c21
|
@ -778,7 +778,7 @@ void shellReadHistory() {
|
||||||
taosFsyncFile(pFile);
|
taosFsyncFile(pFile);
|
||||||
taosCloseFile(&pFile);
|
taosCloseFile(&pFile);
|
||||||
}
|
}
|
||||||
pHistory->hend = pHistory->hstart;
|
pHistory->hstart = pHistory->hend;
|
||||||
}
|
}
|
||||||
|
|
||||||
void shellWriteHistory() {
|
void shellWriteHistory() {
|
||||||
|
|
Loading…
Reference in New Issue