| 1469 | func (e *abortedSelectRecoveryExecutor) Close() error { return nil } |
| 1470 | |
| 1471 | type abortedExecAlterViewRecoveryExecutor struct { |
| 1472 | originalQuery string |
| 1473 | noopProfiling |
| 1474 | rewritten string |
| 1475 | execCalls []string |
| 1476 | execCtxCalls []string |
| 1477 | } |
| 1478 | |
| 1479 | func (e *abortedExecAlterViewRecoveryExecutor) execResult(query string, callIndex int) (ExecResult, error) { |
| 1480 | trimmed := strings.TrimSpace(query) |
nothing calls this directly
no outgoing calls
no test coverage detected