(t *testing.T)
| 418 | "SELECT_COT(i)_from_mytable_order_by_i_limit_1") |
| 419 | |
| 420 | panicQueries := []string{} |
| 421 | |
| 422 | harness.QueriesToSkip(notApplicableQueries...) |
| 423 | harness.QueriesToSkip(undefinedOrderQueries...) |
| 424 | harness.QueriesToSkip(waitForFixQueries...) |
| 425 | harness.QueriesToSkip(panicQueries...) |
| 426 | enginetest.TestQueries(t, harness) |
| 427 | } |
| 428 | |
| 429 | func useMySQLCompatibilityVersionExpectations(t *testing.T) { |
| 430 | t.Helper() |
nothing calls this directly
no test coverage detected