| 1715 | */ |
| 1716 | |
| 1717 | void st_select_lex_node::init_query() |
| 1718 | { |
| 1719 | options= 0; |
| 1720 | sql_cache= SQL_CACHE_UNSPECIFIED; |
| 1721 | linkage= UNSPECIFIED_TYPE; |
| 1722 | no_error= no_table_names_allowed= 0; |
| 1723 | uncacheable= 0; |
| 1724 | } |
| 1725 | |
| 1726 | void st_select_lex_node::init_select() |
| 1727 | { |
no test coverage detected