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

Hi, I'm evaluating the usage of Handler Socket in production and making some stress tests locally. I'm facing this error while testing the following PHP code: ``` ``` The error...

This is a nice interface. Thank you. I am attempting to insert records that contain both a datetime and a timestamp column. Neither column type is taking my values. Is...

postponed

checking mysql source... cat: /usr/ports/databases/mysql55-server/work/mysql-5.5.9/configure.in: No such file or directory yes: Using /usr/ports/databases/mysql55-server/work/mysql-5.5.9, version checking mysql binary... yes: Using /usr/local/bin, version 5.5.9 basename: illegal option -- L usage: basename string...

bug_report
postponed

I notice that libhsclient.so, nor the versioned shared libraries are created. I believe this is because of libhsclient/Makefile.am which just says libhsclient_la_LDFLAGS = -static Removing this lone produces libhsclient.so, .so.0,...

postponed

First things first, thanks for sharing you work - it certainly opens up a whole raft of possibilities. Adding the ability to insert a row containing an auto-incremented field was...

feature_request

I wrote russian documentation of HandlerSocket protocol. It is avaliable at: http://tokarchuk.ru/2010/12/handlersocket-protocol-and-php-handlersocket-extension/

info

Can I use HandlerSocket to insert into a table that has an auto-increment field?

feature_request

I am trying to implement a drop-in replacement PHP Class for Memcache using HandlerSocket, but there are a few technical problems that I can't seem to work around without using...

feature_request

Hi, I've built handlersocket plugin with mysql source from ubuntu repo (need to patch handlersocket configure.in where it's getting mysql version info from mysql source). When trying to load plugin...

bug_report

Implement a pure C multiplatform HandlerSocket client lib.

feature_request