June 18, 2013

Post: What's up with HandlerSocket?

… a write operation via HandlerSocket, you could potentially read stale data from the MySQL interface. No support for auto increment – Exactly as it sounds, you couldn’t have auto-incrementing columns get an auto increment value on insert. Distribution…

Comment: Using HandlerSocket with auto increment columns

Which version of handlersocket did you use? According to this: https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/issues#issue/30 “The latest version of HandlerSocket has support for auto_increment.”

Comment: Using HandlerSocket with auto increment columns

Which version of handlersocket did you use? According to this:https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/issues#issue/30 “The latest version of HandlerSocket has support for auto_increment.”

Post: Announcing Percona Server 5.1.66-14.2

…file support for XtraDB changed page tracking has been implemented. HandlerSocket has been updated to version 1.1.0 (rev. …is applicable with respect to AUTO_INCREMENT columns. Bug fixed #1039536 (Alexey Kopytov). In cases where indexes with AUTO_INCREMENT columns where correctly detected…

Comment: What's up with HandlerSocket?

AUTO_INCREMENT fields work great via handlersocket now. Currently using handlersocket (and currently loving it).

Post: Announcing Percona Server 5.1.65-14.0

… page tracking. This feature will be used for implementing faster incremental backups that use this information to avoid full data scans… modified page bitmap files produced by the log tracking thread. HandlerSocket has been upgraded to version 1.1.0. Bugs Fixed… … ON DUPLICATE KEY UPDATE statements on a table with an AUTO_INCREMENT column could result in spurious duplicate key errors (and, as…