DeNA / HandlerSocket-Plugin-for-MySQL

HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

Error codes description #103

Open valeriakononenko opened 10 years ago

valeriakononenko commented 10 years ago

Could you provide description of errors? Or maybe does some documentation already exist?

KonstantinKuklin commented 10 years ago

+1

valeriakononenko commented 10 years ago

I got five different error messages with code 2: cmd, op, stmtnum, fld, idxnum. It is not comprehensive. Also I got error 121 with code 1 after insert command. What does it mean? Can't find any information abt this.

KonstantinKuklin commented 10 years ago

stmtnum - such error messages generated when you try to use not opened index, maybe not only in such situation

KonstantinKuklin commented 10 years ago

@divergence082 if it is actually for you, look to https://github.com/KonstantinKuklin/HandlerSocketLibrary/blob/master/src/HS/Result/ResultAbstract.php#L65 possibly it will help