Skip to content

Commit

Permalink
Merge pull request #66 from github/ac-fix-doc-for-multi-statement
Browse files Browse the repository at this point in the history
[Docs] Fix Trilogy `TRILOGY_CAPABILITIES` docs
  • Loading branch information
jhawthorn authored Apr 12, 2023
2 parents 44d3494 + 8b75ed7 commit 973f981
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions inc/trilogy/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,14 @@
* From client: the client is interactive. \
*/ \
XX(TRILOGY_CAPABILITIES_INTERACTIVE, 0x00000400) \
/* Not implemented. \
* \
* From server: the server supports ssl. \
/* From server: the server supports ssl. \
* \
* From client: tells the server it should switch to an ssl connection. \
*/ \
XX(TRILOGY_CAPABILITIES_SSL, 0x00000800) \
/* Not used. \
/* From server: the server supports transactions and is capable of reporting transaction status. \
* \
* This is assumed for the 4.1+ protocol. \
* From client: the client is aware of servers that support transactions. \
*/ \
XX(TRILOGY_CAPABILITIES_TRANSACTIONS, 0x00002000) \
/* Not used. \
Expand All @@ -112,9 +110,7 @@
* scheme. This will always be set. \
*/ \
XX(TRILOGY_CAPABILITIES_SECURE_CONNECTION, 0x00008000) \
/* Not implemented. \
* \
* From server: the server can handle multiple statements per \
/* From server: the server can handle multiple statements per \
* query/prepared statement. \
* \
* From client: tells the server it may send multiple statements per \
Expand Down

0 comments on commit 973f981

Please sign in to comment.