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 */
| 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 | { |
no outgoing calls
no test coverage detected