Bug #60859 the crash server for labs-innodb-memcached-log after installation
Submitted: 13 Apr 2011 22:18 Modified: 17 Apr 2011 13:08
Reporter: Alexandre Kalendarev Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S1 (Critical)
Version:5.6.2 OS:MacOS
Assigned to: CPU Architecture:Any
Tags: memcached

[13 Apr 2011 22:18] Alexandre Kalendarev
Description:
after install plugin crush server:

mysql> install plugin daemon_memcached soname «libmemcached.so»;
Query OK, 0 rows affected (0,00 sec)

mysql> 110414 01:46:32 mysqld_safe mysqld restarted
110414 01:46:32 mysqld_safe mysqld from pid file /usr/local/mysql/data/akalend.local.pid ended

The errorlog:

Event Scheduler: Loaded 0 events
110414  1:40:26 [Note] /usr/local/mysql/bin/mysqld: ready for connections.
Version: '5.6.2-labs-innodb-memcached-log'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
110414  1:46:32 - mysqld got signal 10 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=1
max_threads=151
thread_count=1
connection_count=1
It is possible that mysqld could use up to

How to repeat:
I repeat installation two time.
[16 Apr 2011 6:12] Calvin Sun
Sorry for the confusion. For the labs release, Linux is the only platform we have tested. Other binaries should not be on the download page.
[17 Apr 2011 13:08] Valeriy Kravchuk
This is also explicitly written at http://blogs.innodb.com/wp/2011/04/get-started-with-innodb-memcached-daemon-plugin/:

"Currently, the Memcached Daemon Plugin prototype is only supported on Linux platform. And as a prerequisite, you must have libevent installed, since it is required by memcached."