1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added protection around usage of thd->mysys_var

(May be changed to 0 by scheduler)
This commit is contained in:
Michael Widenius
2009-11-26 22:19:33 +02:00
parent 847bab8e75
commit d210df50a2
6 changed files with 21 additions and 3 deletions

View File

@ -1906,6 +1906,7 @@ public:
void cleanup(void);
void cleanup_after_query();
bool store_globals();
void reset_globals();
#ifdef SIGNAL_WITH_VIO_CLOSE
inline void set_active_vio(Vio* vio)
{