Comment 2 for bug 1011047

Revision history for this message
yinfeng (yinfeng-zwx) wrote : Re: mysqld can't startup when a plugin had being installed

i just found i had set userstat in configure file. may be there's some bug related to userstat.

now i am able to repeat this bug every time:

in my.cnf

     userstat = 1

install plugin
     install plugin daemon_example soname 'libdaemon_example.so';

shutdown mysqld and restart it.