| 131 | virtual bool is_dml() const { return false; } |
| 132 | |
| 133 | virtual void get_dml_stat (ha_rows &found, ha_rows &changed) |
| 134 | { |
| 135 | found= changed= 0; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | @brief Unprepare prepared statement for the command |
no outgoing calls
no test coverage detected