diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 29185dfbf7b..2898e58baf2 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1031,6 +1031,8 @@ public: sp_rcontext *spcont; // SP runtime context sp_cache *sp_proc_cache; sp_cache *sp_func_cache; + bool shortcut_make_view; /* Don't do full mysql_make_view() + during pre-opening of tables. */ /* If we do a purge of binary logs, log index info of the threads |