summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
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; }