Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ print_sql
Function
print_sql
sqladvisor/main.cc:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void print_sql(char * sql) {
268
if (options.verbose)
269
sql_print_information(
"%s \n"
, sql);
270
}
271
272
uint get_join_table_result_set(TABLE_LIST *table) {
273
MYSQL *con = mysql_init(NULL);
Callers
6
get_join_table_result_set
Function · 0.85
find_best_index
Function · 0.85
mysql_sql_parse_field_cardinality_new
Function · 0.85
is_this_table
Function · 0.85
get_key_name
Function · 0.85
isPrimary
Function · 0.85
Calls
1
sql_print_information
Function · 0.85
Tested by
no test coverage detected