feat: add cloud grant cfg

This commit is contained in:
afwerar 2022-08-02 09:18:34 +08:00
parent aaef505c09
commit 5f10012c21
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ void shellReadHistory() {
taosFsyncFile(pFile);
taosCloseFile(&pFile);
}
pHistory->hend = pHistory->hstart;
pHistory->hstart = pHistory->hend;
}
void shellWriteHistory() {