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
bca54639
Commit
bca54639
authored
Oct 20, 2009
by
Satya B
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge a CMakeLists.txt change from Innodb plugin 1.0.5
parent
01a9db06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
storage/innobase/CMakeLists.txt
storage/innobase/CMakeLists.txt
+16
-0
No files found.
storage/innobase/CMakeLists.txt
View file @
bca54639
...
...
@@ -84,4 +84,20 @@ SET(INNOBASE_SOURCES btr/btr0btr.c btr/btr0cur.c btr/btr0pcur.c btr/btr0sea.c
ut/ut0byte.c ut/ut0dbg.c ut/ut0mem.c ut/ut0rnd.c ut/ut0ut.c ut/ut0vec.c
ut/ut0list.c ut/ut0wqueue.c
)
ADD_DEFINITIONS
(
-DHAVE_WINDOWS_ATOMICS -DIB_HAVE_PAUSE_INSTRUCTION
)
IF
(
MYSQL_VERSION_ID GREATER
"50137"
)
IF
(
WITH_INNOBASE_STORAGE_ENGINE
)
MYSQL_STORAGE_ENGINE
(
INNOBASE
)
ELSE
(
WITH_INNOBASE_STORAGE_ENGINE
)
SET
(
INNODB_SOURCES
${
INNOBASE_SOURCES
}
)
MYSQL_STORAGE_ENGINE
(
INNODB
)
ENDIF
(
WITH_INNOBASE_STORAGE_ENGINE
)
ELSE
(
MYSQL_VERSION_ID GREATER
"50137"
)
IF
(
NOT SOURCE_SUBLIBS
)
ADD_DEFINITIONS
(
-D_WIN32 -DMYSQL_SERVER
)
ADD_LIBRARY
(
innobase STATIC
${
INNOBASE_SOURCES
}
)
# Require mysqld_error.h, which is built as part of the GenError
ADD_DEPENDENCIES
(
innobase GenError
)
ENDIF
(
NOT SOURCE_SUBLIBS
)
ENDIF
(
MYSQL_VERSION_ID GREATER
"50137"
)
MYSQL_STORAGE_ENGINE
(
INNOBASE
)
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