mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Revert back to new CMake names for audit_null/daemon_example plugins.
This commit is contained in:
parent
9d33e95474
commit
89aedeb06d
3 changed files with 6 additions and 8 deletions
|
@ -13,5 +13,4 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
MYSQL_ADD_PLUGIN(audit_null audit_null.c
|
MYSQL_ADD_PLUGIN(audit_null audit_null.c MODULE_ONLY)
|
||||||
MODULE_ONLY MODULE_OUTPUT_NAME "adt_null")
|
|
||||||
|
|
|
@ -13,5 +13,4 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc
|
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc MODULE_ONLY)
|
||||||
MODULE_ONLY MODULE_OUTPUT_NAME "libdaemon_example")
|
|
||||||
|
|
|
@ -740,13 +740,13 @@ fi
|
||||||
%attr(755, root, root) %{_sbindir}/mysqld
|
%attr(755, root, root) %{_sbindir}/mysqld
|
||||||
%attr(755, root, root) %{_sbindir}/mysqld-debug
|
%attr(755, root, root) %{_sbindir}/mysqld-debug
|
||||||
%attr(755, root, root) %{_sbindir}/rcmysql
|
%attr(755, root, root) %{_sbindir}/rcmysql
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/adt_null.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/audit_null.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/libdaemon_example.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/daemon_example.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/mypluglib.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/mypluglib.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_master.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_master.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_slave.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_slave.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/adt_null.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/audit_null.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/libdaemon_example.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/daemon_example.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/mypluglib.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/mypluglib.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_master.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_master.so
|
||||||
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_slave.so
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_slave.so
|
||||||
|
|
Loading…
Reference in a new issue