#include "mysql_priv.h"Include dependency graph for sql_list.cc:

Go to the source code of this file.
Functions | |
| void | free_list (I_List< i_string_pair > *list) |
| void | free_list (I_List< i_string > *list) |
Variables | |
| list_node | end_of_list |
Definition at line 34 of file sql_list.cc.
References list().
Here is the call graph for this function:

| void free_list | ( | I_List< i_string_pair > * | list | ) |
Definition at line 26 of file sql_list.cc.
References list().
Referenced by Tup_varsize_page::alloc_record(), Prepared_statement::cleanup_stmt(), Sensitive_cursor::post_open(), release_ddl_log(), sp_head::reset_thd_mem_root(), sp_head::restore_thd_mem_root(), and Rpl_filter::~Rpl_filter().
00027 { 00028 i_string_pair *tmp; 00029 while ((tmp= list->get())) 00030 delete tmp; 00031 }
Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 24 of file sql_list.cc.
Referenced by List< partition_element >::delete_elements(), base_list::empty(), base_list::head_ref(), base_list::is_empty(), base_list::last_ref(), File_parser::parse(), base_list::pop(), and base_list::push_back().
1.4.7

