[jira none]
This commit is contained in:
parent
0c0c7e271d
commit
3b97e52cd6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue