1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Mistakes corrected, test file corrected.

This commit is contained in:
Galina Shalygina
2017-06-30 13:54:33 +03:00
parent 615da8f70b
commit 7ba19ba384
5 changed files with 26 additions and 8 deletions

View File

@ -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();