Skip to content

Commit 0e46168

Browse files
authored
Add ER_UNKNOWN_PREPARED_STATEMENT_HANDLER to default_codes (#205)
1 parent 13c3558 commit 0e46168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/myxql/protocol/server_error_codes.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defmodule MyXQL.Protocol.ServerErrorCodes do
2222
{1062, :ER_DUP_ENTRY},
2323
{1146, :ER_NO_SUCH_TABLE},
2424
{1207, :ER_READ_ONLY_TRANSACTION},
25+
{1243, :ER_UNKNOWN_PREPARED_STATEMENT_HANDLER},
2526
{1295, :ER_UNSUPPORTED_PS},
2627
{1421, :ER_STMT_HAS_NO_OPEN_CURSOR},
2728
{1451, :ER_ROW_IS_REFERENCED_2},

0 commit comments

Comments
 (0)