mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
code review fix
This commit is contained in:
@ -951,6 +951,9 @@ public:
|
||||
|
||||
/** Position of ';' in the stream, to delimit multiple queries. */
|
||||
const char* found_semicolon;
|
||||
|
||||
/** SQL_MODE = IGNORE_SPACE. */
|
||||
bool ignore_space;
|
||||
};
|
||||
|
||||
|
||||
@ -1069,7 +1072,7 @@ typedef struct st_lex : public Query_tables_list
|
||||
uint8 create_view_algorithm;
|
||||
uint8 create_view_check;
|
||||
bool drop_if_exists, drop_temporary, local_file, one_shot_set;
|
||||
bool in_comment, ignore_space, verbose, no_write_to_binlog;
|
||||
bool in_comment, verbose, no_write_to_binlog;
|
||||
bool tx_chain, tx_release;
|
||||
/*
|
||||
Special JOIN::prepare mode: changing of query is prohibited.
|
||||
|
Reference in New Issue
Block a user