Bug #61359 we couldn't enable Semi-Synchronous replication
Submitted: 31 May 2011 8:11 Modified: 1 Jul 2011 14:13
Reporter: shan chao Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Replication Severity:S4 (Feature request)
Version:5.5.12 OS:Linux (Red Hat Enterprise Linux Server release 5.4 (Tikanga))
Assigned to: CPU Architecture:Any

[31 May 2011 8:11] shan chao
Description:
Hi, how could I fix below error?
Server version: 5.5.12-log Source distribution

mysql> INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';
ERROR 1126 (HY000): Can't open shared library '/export/home/mysql/mysql/lib/plugin/semisync_master.so' (errno: 0 undefined symbol: PSI_server)

$ ldd /export/home/mysql/mysql/lib/plugin/semisync_master.so
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b82f3712000)
        libc.so.6 => /lib64/libc.so.6 (0x00002b82f392d000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003412800000)

How to repeat:
everytime we install the plugin
[1 Jun 2011 14:13] Valeriy Kravchuk
I do not see the problem with current code:

macbook-pro:5.5 openxs$ bin/mysql -uroot testReading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.14-debug Source distribution

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';
Query OK, 0 rows affected (0.02 sec)

How exactly you had built your version?
[1 Jul 2011 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".