Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_table_list
Method
get_table_list
sql/sql_lex.cc:3727–3730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3725
3726
3727
TABLE_LIST* st_select_lex::get_table_list()
3728
{
3729
return table_list.first;
3730
}
3731
3732
List<Item>* st_select_lex::get_item_list()
3733
{
Callers
15
prep_check_option
Method · 0.80
find_underlying_table
Method · 0.80
check_single_table
Method · 0.80
register_want_access
Method · 0.80
set_lock_type
Method · 0.80
set_trg_event_type_for_tables
Method · 0.80
fix_prepare_info_in_table_list
Function · 0.80
update_single_table
Method · 0.80
handle_end
Method · 0.80
prepare_inner
Method · 0.80
mysql_handle_derived
Function · 0.80
delete_from_single_table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected