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
559c23fd
Commit
559c23fd
authored
May 05, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build all plugins.
Try to fix ia64/icc builds.
parent
44a05c19
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
cmake/build_configurations/mysql_release.cmake
cmake/build_configurations/mysql_release.cmake
+0
-3
config.h.cmake
config.h.cmake
+1
-0
plugin/audit_null/CMakeLists.txt
plugin/audit_null/CMakeLists.txt
+2
-1
plugin/daemon_example/CMakeLists.txt
plugin/daemon_example/CMakeLists.txt
+2
-1
plugin/fulltext/CMakeLists.txt
plugin/fulltext/CMakeLists.txt
+2
-2
No files found.
cmake/build_configurations/mysql_release.cmake
View file @
559c23fd
...
@@ -80,9 +80,6 @@ IF(FEATURE_SET)
...
@@ -80,9 +80,6 @@ IF(FEATURE_SET)
ENDFOREACH
()
ENDFOREACH
()
ENDIF
()
ENDIF
()
SET
(
WITHOUT_AUDIT_NULL ON CACHE BOOL
""
)
SET
(
WITHOUT_DAEMON_EXAMPLE ON CACHE BOOL
""
)
OPTION
(
ENABLE_LOCAL_INFILE
""
ON
)
OPTION
(
ENABLE_LOCAL_INFILE
""
ON
)
SET
(
WITH_SSL bundled CACHE STRING
""
)
SET
(
WITH_SSL bundled CACHE STRING
""
)
SET
(
WITH_ZLIB bundled CACHE STRING
""
)
SET
(
WITH_ZLIB bundled CACHE STRING
""
)
...
...
config.h.cmake
View file @
559c23fd
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
#cmakedefine HAVE_FPU_CONTROL_H 1
#cmakedefine HAVE_FPU_CONTROL_H 1
#cmakedefine HAVE_GRP_H 1
#cmakedefine HAVE_GRP_H 1
#cmakedefine HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
#cmakedefine HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
#cmakedefine HAVE_IA64INTRIN_H 1
#cmakedefine HAVE_IEEEFP_H 1
#cmakedefine HAVE_IEEEFP_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_LIMITS_H 1
#cmakedefine HAVE_LIMITS_H 1
...
...
plugin/audit_null/CMakeLists.txt
View file @
559c23fd
...
@@ -13,4 +13,5 @@
...
@@ -13,4 +13,5 @@
# 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_OUTPUT_NAME
"adt_null"
)
plugin/daemon_example/CMakeLists.txt
View file @
559c23fd
...
@@ -13,4 +13,5 @@
...
@@ -13,4 +13,5 @@
# 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 MODULE_ONLY
)
MYSQL_ADD_PLUGIN
(
daemon_example daemon_example.cc
MODULE_ONLY MODULE_NAME
"libdaemon_example"
)
plugin/fulltext/CMakeLists.txt
View file @
559c23fd
...
@@ -13,5 +13,5 @@
...
@@ -13,5 +13,5 @@
# 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
(
ftexample plugin_example.c
MYSQL_ADD_PLUGIN
(
ftexample plugin_example.c MODULE_ONLY MODULE_OUTPUT_NAME mypluglib
)
MODULE_ONLY MODULE_OUTPUT_NAME
"mypluglib"
)
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