revert code

This commit is contained in:
Shengliang Guan 2020-08-06 12:50:45 +08:00
parent 37332a68b4
commit 0aecda2347
1 changed files with 1 additions and 2 deletions

View File

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