Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ set_key_fields
Method
set_key_fields
sql/sql_statistics.cc:863–867 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
*/
862
863
void set_key_fields()
864
{
865
db_name_field->store(db_name, system_charset_info);
866
table_name_field->store(table_name, system_charset_info);
867
}
868
869
870
/**
Callers
7
update_statistics_for_table
Function · 0.45
read_statistics_for_table
Function · 0.45
delete_statistics_for_table
Function · 0.45
delete_statistics_for_column
Function · 0.45
rename_columns_in_stat_table
Function · 0.45
delete_statistics_for_index
Function · 0.45
rename_table_in_stat_tables
Function · 0.45
Calls
1
store
Method · 0.45
Tested by
no test coverage detected