summaryrefslogtreecommitdiff
path: root/sql/sql_tvc.h
diff options
context:
space:
mode:
authorGalina Shalygina <galashalygina@gmail.com>2017-06-30 13:54:33 +0300
committerGalina Shalygina <galashalygina@gmail.com>2017-06-30 13:54:33 +0300
commit7ba19ba3848894120548f33c314ac59bcc627d1c (patch)
tree5df983525ebddbea5ba0245cd0de0a70a258a70d /sql/sql_tvc.h
parent615da8f70bd61aa0918c08a256638d90d425fe0e (diff)
downloadmariadb-git-7ba19ba3848894120548f33c314ac59bcc627d1c.tar.gz
Mistakes corrected, test file corrected.
Diffstat (limited to 'sql/sql_tvc.h')
-rw-r--r--sql/sql_tvc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_tvc.h b/sql/sql_tvc.h
index e5c3477351c..007b50d81df 100644
--- a/sql/sql_tvc.h
+++ b/sql/sql_tvc.h
@@ -19,6 +19,10 @@ public:
List<List_item> lists_of_values;
select_result *result;
+ table_value_constr(List<List_item> tvc_values) :
+ lists_of_values(tvc_values), result(0)
+ { }
+
bool prepare(THD *thd_arg, SELECT_LEX *sl,
select_result *tmp_result);
bool exec();