[TD-1039]

This commit is contained in:
yihaoDeng 2020-08-04 01:57:49 +00:00
parent a2851a56f4
commit 168a76e53d
1 changed files with 2 additions and 1 deletions

View File

@ -1999,7 +1999,8 @@ int tscProcessUseDbRsp(SSqlObj *pSql) {
return 0;
}
int tscProcessDropDbRsp(SSqlObj *UNUSED_PARAM(pSql)) {
int tscProcessDropDbRsp(SSqlObj *pSql) {
pSql->pTscObj->db[0] = 0;
taosCacheEmpty(tscCacheHandle);
return 0;
}