Hotfix/sangshuduo/td 5306 taosdemo stmt autocreatetable 2 (#6958)

* [TD-5300]<fix>: taosdemo stmt debug print.

* fix default iface is unknown.

* set thread name enabled on develop branch.
This commit is contained in:
Shuduo Sang 2021-07-21 18:55:28 +08:00 committed by GitHub
parent 655a514835
commit 225fb59752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
#define STMT_IFACE_ENABLED 1 #define STMT_IFACE_ENABLED 1
#define NANO_SECOND_ENABLED 1 #define NANO_SECOND_ENABLED 1
#define SET_THREADNAME_ENABLED 1
#if SET_THREADNAME_ENABLED == 0
#define setThreadName(name)
#endif
#define REQ_EXTRA_BUF_LEN 1024 #define REQ_EXTRA_BUF_LEN 1024
#define RESP_BUF_LEN 4096 #define RESP_BUF_LEN 4096