From 3b97e52cd6c6b973efc25dc1c825dc88d05174e5 Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Wed, 27 Nov 2019 19:29:28 +0800 Subject: [PATCH] [jira none] --- src/client/inc/tsclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/inc/tsclient.h b/src/client/inc/tsclient.h index 9c5517359e..6226cf1f1d 100644 --- a/src/client/inc/tsclient.h +++ b/src/client/inc/tsclient.h @@ -267,9 +267,9 @@ typedef struct { union { bool existsCheck; // check if the table exists int8_t showType; // show command type - int8_t isInsertFromFile; // load data from file or not }; + int8_t isInsertFromFile; // load data from file or not bool import; // import/insert type char msgType; uint16_t type; // query type -- GitLab