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:
@ -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();
|
||||
|
Reference in New Issue
Block a user