revision-id: d6a1ea33e217f0c6481747daca66a5a6fd2353bd (mariadb-5.5.63-8-gd6a1ea33e21) parent(s): dd9bd1db914b6166d3e220fd9945b5fcf89b06d0 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2019-02-28 17:21:33 +0100 message: c --- sql/sql_lex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_lex.h b/sql/sql_lex.h index abbfd901112..2bde94ee5c2 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -881,6 +881,7 @@ class st_select_lex: public st_select_lex_node case of an error during prepare the PS is not created. */ uint8 changed_elements; // see TOUCHED_SEL_* + /* TODO: add foloowing first_* to bitmap above */ bool first_natural_join_processing; bool first_cond_optimization; /* do not wrap view fields with Item_ref */