MCPcopy 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
267void print_sql(char * sql) {
268 if (options.verbose)
269 sql_print_information("%s \n", sql);
270}
271
272uint get_join_table_result_set(TABLE_LIST *table) {
273 MYSQL *con = mysql_init(NULL);

Callers 6

find_best_indexFunction · 0.85
is_this_tableFunction · 0.85
get_key_nameFunction · 0.85
isPrimaryFunction · 0.85

Calls 1

sql_print_informationFunction · 0.85

Tested by

no test coverage detected