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:
parent
655a514835
commit
225fb59752
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue