diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-01 14:07:11 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-01 14:07:11 +0200 |
commit | 26618a54fa2be4be3711db7e128fe1d57c4233eb (patch) | |
tree | 8eef14725db7d11c48a329d6ebd8f5d50f21c045 /sql/sql_lex.h | |
parent | d81b662b8c75018f4facd2323558805ee2bc7eb8 (diff) | |
download | mariadb-git-26618a54fa2be4be3711db7e128fe1d57c4233eb.tar.gz |
MDEV-5736 remove what remains from ONE_SHOT hack
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 13cbcdd9f08..76288e94c75 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -2468,7 +2468,7 @@ struct LEX: public Query_tables_list uint16 create_view_algorithm; uint8 create_view_check; uint8 context_analysis_only; - bool drop_temporary, local_file, one_shot_set; + bool drop_temporary, local_file; bool check_exists; bool autocommit; bool verbose, no_write_to_binlog; |