summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 61c13814eeb..dbe881f2926 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -31,7 +31,7 @@
#include "sql_window.h"
#include "sql_trigger.h"
#include "sp.h" // enum stored_procedure_type
-
+#include "sql_tvc.h"
/* YACC and LEX Definitions */
@@ -999,6 +999,8 @@ public:
/* it is for correct printing SELECT options */
thr_lock_type lock_type;
+
+ table_value_constr *tvc;
void init_query();
void init_select();