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