Setting multiple statements connection options #380
Unanswered
barsdeveloper
asked this question in
Q&A
Replies: 1 comment
-
|
Hi. Multiple queries (for the text protocol) are supported - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that mysql supports multiple statments: https://dev.mysql.com/doc/c-api/8.0/en/mysql-options.html
This means (at least this is what I understand) that you can send multiple queries in and get back the results of each distinguishing if it is affected rows or record set. Is it supported by mysql_async?
Beta Was this translation helpful? Give feedback.
All reactions