Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support CLIENT_OPTIONAL_RESULTSET_METADATA #1105
Comments
The flag is not documented here: https://dev.mysql.com/doc/internals/en/capability-flags.html According to the "Low Level Design" part of the worklog, the following is used: #define CLIENT_OPTIONAL_RESULTSET_METADATA (1UL << 25) Further source: https://dev.mysql.com/doc/refman/8.0/en/c-api-optional-metadata.html |
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Allow optional resultset metadata. Can potentially improve the performance in many scenario. Issue go-sql-driver#1105
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802