[jira none]

This commit is contained in:
hjxilinx 2019-11-27 19:29:28 +08:00
parent 0c0c7e271d
commit 3b97e52cd6
1 changed files with 1 additions and 1 deletions

View File

@ -267,9 +267,9 @@ typedef struct {
union { union {
bool existsCheck; // check if the table exists bool existsCheck; // check if the table exists
int8_t showType; // show command type 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 bool import; // import/insert type
char msgType; char msgType;
uint16_t type; // query type uint16_t type; // query type