1834
bool st_select_lex_node::set_braces(bool value __attribute__((__unused__)))
1834
bool st_select_lex_node::set_braces(bool value __attribute__((unused)))
1836
1836
bool st_select_lex_node::inc_in_sum_expr() { return 1; }
1837
1837
uint st_select_lex_node::get_in_sum_expr() { return 0; }
1838
1838
TABLE_LIST* st_select_lex_node::get_table_list() { return 0; }
1839
1839
List<Item>* st_select_lex_node::get_item_list() { return 0; }
1840
TABLE_LIST *st_select_lex_node::add_table_to_list (THD *thd __attribute__((__unused__)),
1841
Table_ident *table __attribute__((__unused__)),
1842
LEX_STRING *alias __attribute__((__unused__)),
1843
uint32_t table_join_options __attribute__((__unused__)),
1844
thr_lock_type flags __attribute__((__unused__)),
1845
List<Index_hint> *hints __attribute__((__unused__)),
1846
LEX_STRING *option __attribute__((__unused__)))
1840
TABLE_LIST *st_select_lex_node::add_table_to_list (THD *thd __attribute__((unused)),
1841
Table_ident *table __attribute__((unused)),
1842
LEX_STRING *alias __attribute__((unused)),
1843
uint32_t table_join_options __attribute__((unused)),
1844
thr_lock_type flags __attribute__((unused)),
1845
List<Index_hint> *hints __attribute__((unused)),
1846
LEX_STRING *option __attribute__((unused)))