diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index f6336cb7dd9..900c17a8743 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -560,6 +560,7 @@ public: bool prepare_command; bool tmp_table_used; + bool init_connect_error; /* If we do a purge of binary logs, log index info of the threads that are currently reading it needs to be adjusted. To do that |