HandlerSocket-Plugin-for-MySQL
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...
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...
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...
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,...
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...
I wrote russian documentation of HandlerSocket protocol. It is avaliable at: http://tokarchuk.ru/2010/12/handlersocket-protocol-and-php-handlersocket-extension/
Can I use HandlerSocket to insert into a table that has an auto-increment field?
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...
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...