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
a54e80a2
Commit
a54e80a2
authored
Oct 13, 2009
by
calvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/innodb+: add ut0rbt.c to CMakeLists.txt
Also reorder the file list.
parent
0757affd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
a54e80a2
...
...
@@ -78,8 +78,8 @@ SET(INNOBASE_SOURCES btr/btr0btr.c btr/btr0cur.c btr/btr0pcur.c btr/btr0sea.c
trx/trx0i_s.c trx/trx0purge.c trx/trx0rec.c trx/trx0roll.c trx/trx0rseg.c
trx/trx0sys.c trx/trx0trx.c trx/trx0undo.c
usr/usr0sess.c
ut/ut0byte.c ut/ut0dbg.c ut/ut0
mem.c ut/ut0rnd.c ut/ut0ut.c ut/ut0vec
.c
ut/ut0
list
.c ut/ut0wqueue.c
)
ut/ut0byte.c ut/ut0dbg.c ut/ut0
list.c ut/ut0mem.c ut/ut0rbt.c ut/ut0rnd
.c
ut/ut0
ut.c ut/ut0vec
.c ut/ut0wqueue.c
)
ADD_DEFINITIONS
(
-DHAVE_WINDOWS_ATOMICS -DIB_HAVE_PAUSE_INSTRUCTION
)
IF
(
MYSQL_VERSION_ID GREATER
"50137"
)
...
...
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