-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document MySQL cursor API limitation with ProxySQL (#1259)
Closes #1258 Signed-off-by: Thomas Segismont <[email protected]> Signed-off-by: Thomas Segismont <[email protected]>
- Loading branch information
1 parent
a985c7e
commit 2e09f59
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[CAUTION] | ||
==== | ||
At the time of writing, you cannot use the following features if you connect to your database through ProxySQL. | ||
If you try, you will see this error message: | ||
---- | ||
RECEIVED AN UNKNOWN COMMAND: 28 -- PLEASE REPORT A BUG | ||
---- | ||
This is because the proxy does not handle a type of command (`COM_STMT_FETCH`) that is required to fetch rows from a cursor. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters