diff options
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 d5f4676204b..e1195cf5399 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -3004,7 +3004,7 @@ public: bool using_filesort; bool using_io_buffer; - bool using_batched_ops; + bool using_mini_transaction; /* Set this plan to be a plan to do nothing because of impossible WHERE */ void set_impossible_where() { impossible_where= true; } |