From 26618a54fa2be4be3711db7e128fe1d57c4233eb Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 1 May 2014 14:07:11 +0200 Subject: MDEV-5736 remove what remains from ONE_SHOT hack --- sql/sql_lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_lex.h') 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; -- cgit v1.2.1