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
97177e73
Commit
97177e73
authored
Jan 05, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the last merge
parent
5982125e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
config.h.cmake
config.h.cmake
+1
-0
configure.cmake
configure.cmake
+2
-2
storage/example/CMakeLists.txt
storage/example/CMakeLists.txt
+1
-1
No files found.
config.h.cmake
View file @
97177e73
...
...
@@ -602,6 +602,7 @@
#define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1
#define HAVE_QUERY_CACHE 1
#define BIG_TABLES 1
/*
Important storage
engines
(
those that really need define
...
...
configure.cmake
View file @
97177e73
...
...
@@ -660,8 +660,8 @@ CHECK_FUNCTION_EXISTS_UNIX(rdtscll HAVE_RDTSCLL)
CHECK_SYMBOL_EXISTS_UNIX
(
sys_errlist
"stdio.h"
HAVE_SYS_ERRLIST
)
CHECK_SYMBOL_EXISTS_UNIX
(
madvise
"sys/mman.h"
HAVE_DECL_MADVISE
)
CHECK_SYMBOL_EXISTS
_UNIX
(
tzname
"time.h"
HAVE_TZNAME
)
CHECK_SYMBOL_EXISTS
(
lrand48
"stdlib.h"
HAVE_LRAND48
)
CHECK_SYMBOL_EXISTS
(
tzname
"time.h"
HAVE_TZNAME
)
CHECK_SYMBOL_EXISTS
_UNIX
(
lrand48
"stdlib.h"
HAVE_LRAND48
)
CHECK_SYMBOL_EXISTS_UNIX
(
getpagesize
"unistd.h"
HAVE_GETPAGESIZE
)
CHECK_SYMBOL_EXISTS_UNIX
(
TIOCGWINSZ
"sys/ioctl.h"
GWINSZ_IN_SYS_IOCTL
)
CHECK_SYMBOL_EXISTS_UNIX
(
FIONREAD
"sys/ioctl.h"
FIONREAD_IN_SYS_IOCTL
)
...
...
storage/example/CMakeLists.txt
View file @
97177e73
...
...
@@ -15,4 +15,4 @@
SET
(
EXAMPLE_PLUGIN_DYNAMIC
"ha_example"
)
SET
(
EXAMPLE_SOURCES ha_example.cc
)
MYSQL_ADD_PLUGIN
(
example
${
EXAMPLE_SOURCES
}
STORAGE_ENGINE
)
MYSQL_ADD_PLUGIN
(
example
${
EXAMPLE_SOURCES
}
STORAGE_ENGINE
MODULE_ONLY
)
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