Dirkjan Bussink
Dirkjan Bussink
This type was added in MySQL 9.0, so ensure we can parse it here. See also: https://dev.mysql.com/doc/dev/mysql-server/latest/field__types_8h.html
Test running all these tests against MySQL 8.4 to see what fails and what we should run specifically also against MySQL 8.4 ## Related Issue(s) Part of https://github.com/vitessio/vitess/issues/16466 ## Checklist...
### Feature Description MySQL 8.4 LTS has been released a while ago and Vitess should also support this version. Some preliminary work is already done with: https://github.com/vitessio/vitess/pull/15808 https://github.com/vitessio/vitess/pull/16357 https://github.com/vitessio/vitess/pull/16426 There's...
Binary data should be encoded as such when interpolated, for example in bind variables. Otherwise valuable type information that the value is actually binary is lost. Also means that we...
### Overview of the Issue When using user defined variables in a session, information is lost when the value is passed down the MySQL when interpolated. In the reproduction below,...