diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2017-08-29 21:03:15 +0200 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2017-08-29 21:03:15 +0200 |
commit | a5a01dbb088a100cd6d72838815f33e1e6bd409a (patch) | |
tree | 9e2a1b00042b935ff8e2648c9ec7c6f2c7d3da1d /sql/sql_tvc.cc | |
parent | 91149bbd82c1c8a1c741893a4b54e8c305ce4ebd (diff) | |
download | mariadb-git-a5a01dbb088a100cd6d72838815f33e1e6bd409a.tar.gz |
Mistakes corrected. Now all tests in opt_tvc.test file work correctly
Diffstat (limited to 'sql/sql_tvc.cc')
-rw-r--r-- | sql/sql_tvc.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_tvc.cc b/sql/sql_tvc.cc index 28d748877fd..263dc24a9b0 100644 --- a/sql/sql_tvc.cc +++ b/sql/sql_tvc.cc @@ -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()); |