From 1967949112d2c937e6aa9db4e75ef1b8382fae42 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 29 Dec 2020 18:35:00 +0800 Subject: [PATCH] [TD-2378]: reduce table meta memory consumption. --- src/client/inc/tsclient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/inc/tsclient.h b/src/client/inc/tsclient.h index f5bb306ac1..38fd765557 100644 --- a/src/client/inc/tsclient.h +++ b/src/client/inc/tsclient.h @@ -494,7 +494,6 @@ static FORCE_INLINE void tscGetResultColumnChr(SSqlRes* pRes, SFieldInfo* pField } } -extern SCacheObj *tscMetaCache; extern SHashObj *tscHashMap; extern SHashObj *tscTableMetaInfo; -- GitLab