Return the number of warnings thrown by the current statement. */
| 753 | |
| 754 | /** Return the number of warnings thrown by the current statement. */ |
| 755 | ulong current_statement_warn_count() const |
| 756 | { return m_current_statement_warn_count; } |
| 757 | |
| 758 | /** Make sure there is room for the given number of conditions. */ |
| 759 | void reserve_space(THD *thd, uint count); |
no outgoing calls
no test coverage detected