| 7364 | void begin_dataset() override |
| 7365 | #else |
| 7366 | void begin_dataset() |
| 7367 | #endif |
| 7368 | { |
| 7369 | // Only called for sp_cursor::Select_fetch_into_spvars |
| 7370 | DBUG_ASSERT(false); /* purecov: inspected */ |
| 7371 | } |
| 7372 | }; |
| 7373 | |
| 7374 |
no outgoing calls
no test coverage detected