diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-01-17 20:17:35 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-01-17 20:17:35 +0100 |
commit | f7d030489d2980c9deb733925515099ec256f6d2 (patch) | |
tree | 32673a800f903c26be547aa0f752cf4bd93d4923 /sql/sql_class.h | |
parent | f797ea7124e906fd3abf311d66101a21dce2d27d (diff) | |
parent | 6728aae3b34616cc98a7436ff93f318a15949a4b (diff) | |
download | mariadb-git-mariadb-10.1.21.tar.gz |
Merge branch '10.0' into 10.1mariadb-10.1.21
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 3058d81496c..9ae1e5cf23b 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -3837,27 +3837,7 @@ public: } } -private: - /* - This reference points to the table arena when the expression - for a virtual column is being evaluated - */ - Query_arena *arena_for_cached_items; - public: - void reset_arena_for_cached_items(Query_arena *new_arena) - { - arena_for_cached_items= new_arena; - } - Query_arena *switch_to_arena_for_cached_items(Query_arena *backup) - { - if (!arena_for_cached_items) - return 0; - set_n_backup_active_arena(arena_for_cached_items, backup); - return backup; - } - - void clear_wakeup_ready() { wakeup_ready= false; } /* Sleep waiting for others to wake us up with signal_wakeup_ready(). |