Skip to content

Reporting: UNKNOWN_CODE_PLEASE_REPORT #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tapvt opened this issue Jun 18, 2013 · 3 comments
Closed

Reporting: UNKNOWN_CODE_PLEASE_REPORT #518

tapvt opened this issue Jun 18, 2013 · 3 comments
Labels

Comments

@tapvt
Copy link

tapvt commented Jun 18, 2013

Just experienced this. Figured I'd do as the log entry asked and report.

UNKNOWN_CODE_PLEASE_REPORT: Error writing file '/rdsdbdata/tmp/MYsm18GI' (Errcode: 28)

This is due to a huge temp table being written on an RDS that is too small. We run out of room experience this error.

The value of packet.errno in Sequence._packetToError() is 3.

@dnalborczyk
Copy link

Just a wild guess, but I think you need to report this error to the MySQL community!

Daniel

@dresende
Copy link
Collaborator

That error description is when node-mysql does not know that error number. The known ones are here:

https://github.com/felixge/node-mysql/blob/fd984a71c715a9ffe54b9154d406a85e3711940f/lib/protocol/constants/errors.js

If you find what the error code means please report. It's probably an error code from filesystem, dunno..

@kkoch986
Copy link

kkoch986 commented Feb 5, 2014

The error is 28: Error writing file
Seems from looking around it happens when theres "No space left on device", probably ran out of space on the server.

@dougwilson dougwilson added the bug label May 26, 2014
dveeden pushed a commit to dveeden/mysql that referenced this issue Jan 31, 2023
If CLIENT_PLUGIN_AUTH capability is not supported, no new cipher is
sent have to keep using the cipher sent in the init packet.

Fixes mysqljs#518
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants