diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 55c0948d46e..b1e7e41b102 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -45,6 +45,7 @@ #include <mysql/psi/mysql_idle.h> #include <mysql/psi/mysql_table.h> #include <mysql_com_server.h> +#include "session_tracker.h" extern "C" void set_thd_stage_info(void *thd, @@ -688,6 +689,8 @@ typedef struct system_variables my_bool pseudo_slave_mode; + my_bool session_track_schema; + my_bool session_track_state_change; } SV; /** @@ -4049,6 +4052,7 @@ private: LEX_STRING invoker_host; public: + Session_tracker session_tracker; /* Flag, mutex and condition for a thread to wait for a signal from another thread. |