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

Method send_row

sql/sql_analyse.cc:666–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664
665
666int analyse::send_row(List<Item> & /* field_list */)
667{
668 field_info **f = f_info;
669
670 rows++;
671
672 for (;f != f_end; f++)
673 {
674 (*f)->add();
675 }
676 return 0;
677} // analyse::send_row
678
679
680int analyse::end_of_records()

Callers 3

exec_innerMethod · 0.80
end_sendFunction · 0.80
end_send_groupFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected