go-mysql-server
go-mysql-server copied to clipboard
Engine multiQuery
We expose Handler.ComMultiQuery but no Engine.MultiQuery currently. In Dolt we use a scanner to parse semi-colon separated query strings into individually executable statements.
Are we sure this is a Dolt bug?
I think this was a feature request, not a bug. Someone wanted to do multiquery without a server and they had to manually scan a string for semi-colon separated queries.