Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bc45b0fe
Commit
bc45b0fe
authored
May 12, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert back to new CMake names for audit_null/daemon_example plugins.
parent
4d3863ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
plugin/audit_null/CMakeLists.txt
plugin/audit_null/CMakeLists.txt
+1
-2
plugin/daemon_example/CMakeLists.txt
plugin/daemon_example/CMakeLists.txt
+1
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+4
-4
No files found.
plugin/audit_null/CMakeLists.txt
View file @
bc45b0fe
...
...
@@ -13,5 +13,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN
(
audit_null audit_null.c
MODULE_ONLY MODULE_OUTPUT_NAME
"adt_null"
)
MYSQL_ADD_PLUGIN
(
audit_null audit_null.c MODULE_ONLY
)
plugin/daemon_example/CMakeLists.txt
View file @
bc45b0fe
...
...
@@ -13,5 +13,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN
(
daemon_example daemon_example.cc
MODULE_ONLY MODULE_OUTPUT_NAME
"libdaemon_example"
)
MYSQL_ADD_PLUGIN
(
daemon_example daemon_example.cc MODULE_ONLY
)
support-files/mysql.spec.sh
View file @
bc45b0fe
...
...
@@ -740,13 +740,13 @@ fi
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld-debug
%attr
(
755, root, root
)
%
{
_sbindir
}
/rcmysql
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/a
d
t_null.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/
lib
daemon_example.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/a
udi
t_null.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/semisync_master.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/semisync_slave.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/a
d
t_null.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/
lib
daemon_example.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/a
udi
t_null.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/semisync_master.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/debug/semisync_slave.so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment