MCPcopy Create free account
hub / github.com/MariaDB/server / fetch_row

Function fetch_row

client/mysql.cc:4017–4026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4015}
4016
4017static inline MYSQL_ROW fetch_row(MYSQL_RES *result)
4018{
4019 MYSQL_ROW row = mysql_fetch_row(result);
4020#ifndef EMBEDDED_LIBRARY
4021 if (last_progress_report_length) {
4022 report_progress_end();
4023 }
4024#endif
4025 return row;
4026}
4027
4028static void
4029print_table_data(MYSQL_RES *result)

Callers 7

print_table_dataFunction · 0.85
print_table_data_htmlFunction · 0.85
print_table_data_xmlFunction · 0.85
print_tab_dataFunction · 0.85
fetch_rowMethod · 0.85
table_metadataMethod · 0.85

Calls 2

mysql_fetch_rowFunction · 0.85
report_progress_endFunction · 0.85

Tested by

no test coverage detected