MySqlConnector
MySqlConnector copied to clipboard
Support CLIENT_OPTIONAL_RESULTSET_METADATA
trafficstars
A new client flag in MySQL 8.0:
- https://dev.mysql.com/doc/refman/8.0/en/c-api-optional-metadata.html
- https://dev.mysql.com/worklog/task/?id=8134
Would need to be controlled by a new connection string option (OmitResultSetMetadata=true?).
Required for aspnet/DataAccessPerformance#34.
The client can control this on a per-result-set basis by executing SET @@resultset_metadata=NONE|FULL;; a connection string option may be unnecessary?