This commit is contained in:
Cary Xu 2022-04-28 09:57:19 +08:00
parent e6a83367c8
commit 9a1252d7b0
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,6 @@
extern "C" {
#endif
#define TD_DEBUG_PRINT_ROW
typedef void TAOS;
typedef void TAOS_STMT;
typedef void TAOS_RES;

View File

@ -82,6 +82,8 @@ extern char *qtypeStr[];
#define TSDB_PORT_HTTP 11
#undef TD_DEBUG_PRINT_ROW
#ifdef __cplusplus
}
#endif