mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
886a489bc3
The semisync plugin library names on Unix like systems were prefixed with 'lib', which did not follow the conventions. Fix the problem by removing the 'lib' prefix on Unix systems. mysql-test/mysql-test-run.pl: Remove 'lib' prefix for semisync plugin library names plugin/semisync/Makefile.am: Remove 'lib' prefix for semisync plugin library names plugin/semisync/plug.in: Remove 'lib' prefix for semisync plugin library names
3 lines
182 B
Text
3 lines
182 B
Text
MYSQL_PLUGIN(semisync,[Semi-synchronous Replication Plugin],
|
|
[Semi-synchronous replication plugin.])
|
|
MYSQL_PLUGIN_DYNAMIC(semisync, [semisync_master.la semisync_slave.la])
|