HandlerSocket-Plugin-for-MySQL icon indicating copy to clipboard operation
HandlerSocket-Plugin-for-MySQL copied to clipboard

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; inst...

Results 79 HandlerSocket-Plugin-for-MySQL issues
Sort by recently updated
recently updated
newest added

add support to LIKE operator and NOT LIKE operator

feature_request

- corrected error/warning "/usr/share/automake-1.16/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac" when running `autogen.sh`

Support of compilation for >cxx11 version. auto_ptr was removed. Use unique_ptr instead

At the moment, if I have a DATETIME column with a default value of CURRENT_TIMESTAMP, and I do not specify a value for this column when performing an INSERT with...

If server is shutdown immediately after HandlerSocket plugin has initialized, it may hit a race condition between worker thread initialisation, which happens asynchronously, and at some point adds threads to...

Valgrind (or LeakSanitizer) on a 5.6 server shutdown with HS installed gives the following errors (to see the actual stacktraces, comment out dlclose() call in sql_plugin.cc, or HS will be...

On Percona Server 5.6 trunk, with AddressSanitizer, if HandlerSocket is installed: ``` ================================================================= ==11746==ERROR: AddressSanitizer: heap-use-after-free on address 0x60200000ee90 at pc 0x0000009e4da1 bp 0x7f4262fb7430 sp 0x7f4262fb7420 READ of size 8...

Is there a client for .NET?

I have written an article which has a description of the HS protocol with examples: http://wk-photo.ru/en/events/view/handlersocket-protocol-explained/ . If you find it useful, I could add it to HS wiki. Also,...

I'm having a lot of fun with HandlerSocket! In fact, this feature request might just be a greedy attempt to be able to move all MySQL interaction to the protocol....

feature_request
postponed