DeNA / HandlerSocket-Plugin-for-MySQL

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; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

Remove auto_ptr for cxx17 #117

Open megadrow opened 4 years ago

megadrow commented 4 years ago

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