record log error, while fqdn too long
This commit is contained in:
parent
e9a20fafbe
commit
d63c90b5a3
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define SQL_LENGTH 1024
|
||||
#define LOG_LEN_STR 100
|
||||
#define IP_LEN_STR 18
|
||||
#define IP_LEN_STR TSDB_EP_LEN
|
||||
#define CHECK_INTERVAL 1000
|
||||
|
||||
typedef enum {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
char version[12] = "2.0.0.0";
|
||||
char version[12] = "2.0.0.6";
|
||||
char compatible_version[12] = "2.0.0.0";
|
||||
char gitinfo[48] = "8df8b7d9930342dd34ba13df160a7d538fad7bc7";
|
||||
char gitinfoOfInternal[48] = "bad4f040145fba581d1ab0c5dd718a5ede3e209f";
|
||||
char buildinfo[64] = "Built by root at 2020-08-03 17:23";
|
||||
char gitinfo[48] = "e9a20fafbe9e3b0b12cbdf55604163b4b9a41b41";
|
||||
char gitinfoOfInternal[48] = "dd679db0b9edeedad68574c1e031544711a9831f";
|
||||
char buildinfo[64] = "Built by at 2020-08-12 07:59";
|
||||
|
||||
void libtaos_2_0_0_0_Linux_x64() {};
|
||||
void libtaos_2_0_0_6_Linux_x64() {};
|
||||
|
|
Loading…
Reference in New Issue