1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

cleanup: redundant variable

This commit is contained in:
Sergei Golubchik
2016-07-22 15:36:31 +02:00
parent 39537435cb
commit 159dc969dd
3 changed files with 3 additions and 8 deletions

View File

@ -2858,7 +2858,7 @@ public:
bool query_start_sec_part_used;
/* for IS NULL => = last_insert_id() fix in remove_eq_conds() */
bool substitute_null_with_insert_id;
bool in_lock_tables, in_stored_expression;
bool in_lock_tables;
bool bootstrap, cleanup_done, free_connection_done;
/** is set if some thread specific value(s) used in a statement. */