Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.14, 22.08.11
-
None
Description
The insertstream filter (deprecated in 22.08 and removed in 23.02) uses an error code (number 2003) from the reserved client error range that's between 2000 and 2999. The filter should instead use a more suitable error like ER_NON_INSERTABLE_TABLE (1471).
This caused the insertstream.sh test to fail with a malformed packet error instead of the expected error packet.
Attachments
Issue Links
- relates to
-
MDEV-33541 Unknown error numbers in the range 2000 to 2999 and 5000 to 5999 are reported as malformed packets
- Closed