1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Mistakes corrected. Now all tests in opt_tvc.test file work correctly

This commit is contained in:
Galina Shalygina
2017-08-29 21:03:15 +02:00
parent 91149bbd82
commit a5a01dbb08
5 changed files with 12 additions and 22 deletions

View File

@ -466,7 +466,6 @@ st_select_lex *make_new_subselect_for_tvc(THD *thd_arg,
TL_READ, MDL_SHARED_READ)))
goto err;
new_tab->is_for_tvc= true; //shows that this derived table is defined by TVC
sel->add_joined_table(new_tab);
new_tab->select_lex->add_where_field(new_tab->derived->first_select());