| 30 | "github.com/dolthub/go-mysql-server/sql/plan" |
| 31 | "github.com/dolthub/vitess/go/mysql" |
| 32 | ) |
| 33 | |
| 34 | type Session struct { |
| 35 | *memory.Session |
| 36 | db *catalog.DatabaseProvider |
| 37 | queryRowLimit uint64 |
| 38 | mysqlImplicitDDL atomic.Bool |
nothing calls this directly
no outgoing calls
no test coverage detected