#include <mysql_priv.h>
Public Member Functions | |
| st_sql_list () | |
| void | empty () |
| void | link_in_list (byte *element, byte **next_ptr) |
| void | save_and_clear (struct st_sql_list *save) |
| void | push_front (struct st_sql_list *save) |
| void | push_back (struct st_sql_list *save) |
| st_sql_list () | |
| void | empty () |
| void | link_in_list (byte *element, byte **next_ptr) |
| void | save_and_clear (struct st_sql_list *save) |
| void | push_front (struct st_sql_list *save) |
| void | push_back (struct st_sql_list *save) |
Public Attributes | |
| uint | elements |
| byte * | first |
| byte ** | next |
| byte * | first |
| byte ** | next |
Definition at line 456 of file mysql_priv.h.
| st_sql_list::st_sql_list | ( | ) | [inline] |
| st_sql_list::st_sql_list | ( | ) | [inline] |
| void st_sql_list::empty | ( | ) | [inline] |
| void st_sql_list::empty | ( | ) | [inline] |
Definition at line 462 of file mysql_priv.h.
References elements, first, and next.
Referenced by save_and_clear().
Here is the caller graph for this function:

| void st_sql_list::push_back | ( | struct st_sql_list * | save | ) | [inline] |
| void st_sql_list::push_back | ( | struct st_sql_list * | save | ) | [inline] |
| void st_sql_list::push_front | ( | struct st_sql_list * | save | ) | [inline] |
| void st_sql_list::push_front | ( | struct st_sql_list * | save | ) | [inline] |
| void st_sql_list::save_and_clear | ( | struct st_sql_list * | save | ) | [inline] |
Definition at line 475 of file mysql_priv.h.
References empty().
00476 { 00477 *save= *this; 00478 empty(); 00479 }
Here is the call graph for this function:

| void st_sql_list::save_and_clear | ( | struct st_sql_list * | save | ) | [inline] |
Definition at line 475 of file mysql_priv.h.
References empty().
00476 { 00477 *save= *this; 00478 empty(); 00479 }
Here is the call graph for this function:

Definition at line 457 of file mysql_priv.h.
Referenced by empty(), link_in_list(), push_back(), push_front(), and ha_myisammrg::update_create_info().
Definition at line 458 of file mysql_priv.h.
Definition at line 458 of file mysql_priv.h.
Referenced by empty(), Item_func_group_concat::Item_func_group_concat(), push_back(), push_front(), sp_update_stmt_used_routines(), and ha_myisammrg::update_create_info().
Definition at line 459 of file mysql_priv.h.
Definition at line 459 of file mysql_priv.h.
Referenced by empty(), link_in_list(), push_back(), push_front(), and ha_myisammrg::update_create_info().
1.4.7

