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

Method fix_field_count

sql/sql_select.h:2434–2437  ·  view source on GitHub ↗

Set pre-allocated field count to real field count This can be used when the real number of fields used fields are less than what was estimated at init */

Source from the content-addressed store, hash-verified

2432 are less than what was estimated at init
2433 */
2434 void fix_field_count()
2435 {
2436 m_alloced_field_count= s->fields;
2437 }
2438
2439 void set_all_fields_to_null()
2440 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected