diff options
author | Mayank Prasad <mayank.prasad@oracle.com> | 2011-05-18 19:47:29 +0530 |
---|---|---|
committer | Mayank Prasad <mayank.prasad@oracle.com> | 2011-05-18 19:47:29 +0530 |
commit | 359549beabcdafaa847dc41ef2566d414331f79d (patch) | |
tree | 388d5a17eecb020be35658a7d2e81cedc23805ec /sql/sql_class.h | |
parent | a48bff1d90ca132afeed0eef4a24221070ee965a (diff) | |
download | mariadb-git-359549beabcdafaa847dc41ef2566d414331f79d.tar.gz |
merge from 5.1 for bug#11764633
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 56d85e7cb6d..14658f46c94 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -2199,6 +2199,7 @@ public: void cleanup(void); void cleanup_after_query(); bool store_globals(); + bool restore_globals(); #ifdef SIGNAL_WITH_VIO_CLOSE inline void set_active_vio(Vio* vio) { |