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
981200b6
Commit
981200b6
authored
Apr 06, 2015
by
Rik Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DB-831 rename to tokuft_logprint and install it
parent
117f4c12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
tools/CMakeLists.txt
tools/CMakeLists.txt
+3
-6
tools/tokuft_logprint.cc
tools/tokuft_logprint.cc
+0
-0
No files found.
tools/CMakeLists.txt
View file @
981200b6
set_property
(
DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS _GNU_SOURCE DONT_DEPRECATE_ERRNO
)
set
(
tools tokudb_dump tokuftdump t
db
_logprint tdb-recover ftverify ba_replay
)
set
(
tools tokudb_dump tokuftdump t
okuft
_logprint tdb-recover ftverify ba_replay
)
foreach
(
tool
${
tools
}
)
add_executable
(
${
tool
}
${
tool
}
)
add_dependencies
(
${
tool
}
install_tdb_h
)
...
...
@@ -12,9 +12,6 @@ endforeach(tool)
# link in math.h library just for this tool.
target_link_libraries
(
ftverify m
)
install
(
TARGETS tokuftdump
DESTINATION bin
COMPONENT tokukv_tools
)
install
(
TARGETS tokuftdump DESTINATION bin COMPONENT tokukv_tools
)
install
(
TARGETS tokuft_logprint DESTINATION bin COMPONENT tokukv_tools
)
tools/t
db
_logprint.cc
→
tools/t
okuft
_logprint.cc
View file @
981200b6
File moved
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