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...
(Originally mistakenly posted at https://bugs.launchpad.net/percona-server/+bug/906978 ) Using Percona server 5.5.13-rel20.4-138.lenny with the included Handlersocket plugin and the following config: handlersocket_verbose = 10 handlersocket_address = '192.168.0.1' handlersocket_port = 2678 handlersocket_threads =...
Example $retval = $hs->executeMulti( array(array(1, '=', array('k1'), 1, 0), array(1, '=', array('k2'), 1, 0))); var_dump($retval); unset($hs); Bring on the 1st recording, and how to display all the entries ? array(array(1,...
InnoDB's get_auto_increment() is error where insert three rows with two tables in a epoll_wait time
When insert three rows with two tables in a epoll_wait time , it will make "update_auto_increment()" failed and return "HA_ERR_AUTOINC_ERANGE" ,becase the nr will be 0. Like table: CREATE TABLE...
- table used CREATE TABLE `test` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `t1` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 - telnet hs to insert:...
``` Thread pointer: 0x33e5b590 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom...
# at 3739797 #700101 8:00:00 server id 211603306 end_log_pos 3739693 Delete_rows: table id 46 flags: STMT_END_F BINLOG ' AAAAABNqz5wMLQAAAAcQOQAAAC4AAAAAAAEABHRlc3QABXRlc3QyAAIDAwAA AAAAABlqz5wMJgAAAC0QOQAAAC4AAAAAAAEAAv/8DicAAAIAAAA= '/_!_/; ### DELETE FROM test.test2 ### WHERE ### @1=9998 /\*...
I've installed from scratch on Mac OS X 10.6. It successfully installs the handlersocket.so in mysql. It doesn't start listening though it claims that it is initialized. Any ideas on...
Lets see if I can write this out in a sane way: If you have a query with a multi field index, like "id, group_id" And then do a request...
I know Handlersocket is all about keeping things simple in the name of speed, hence not doing fancy sorting on indexes and the like. But when dealing with datetime and...