go-mysql-server
go-mysql-server copied to clipboard
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
TODO: this is only supposed to work on `TIME` literals. Otherwise, it just returns `NULL`
Added new harness extension to allow integrators to customize how they compare test results
Secondary indexes on in-memory tables are currently not very efficient: they're stored as a sorted list of rows, and don't get re-sorted until the end of a batch table edit...
Sometimes it's nice to be able to access the parsed query, say in a `Table`'s callbacks; for example, if one implements a table backed by a system that allows fast...
## Summary When calling a stored procedure, an argument passed to the procedure is not accessible within a subquery of an EXISTS clause. This appears to be a regression, as...
fixes dolthub/dolt#5898 related to dolthub/dolt#6037