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
db33a7c7
Commit
db33a7c7
authored
Apr 28, 2013
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#6 rename ftdump to tokuftdump
parent
8a563400
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ft/CMakeLists.txt
ft/CMakeLists.txt
+2
-2
ft/tokuftdump.cc
ft/tokuftdump.cc
+0
-0
No files found.
ft/CMakeLists.txt
View file @
db33a7c7
...
...
@@ -91,7 +91,7 @@ target_link_libraries(ft LINK_PUBLIC z)
target_link_libraries
(
ft_static LINK_PRIVATE lzma
)
## build the bins in this directory
foreach
(
tool ftdump tdb_logprint tdb-recover ftverify
)
foreach
(
tool
toku
ftdump tdb_logprint tdb-recover ftverify
)
add_executable
(
${
tool
}
${
tool
}
)
add_dependencies
(
${
tool
}
install_tdb_h
)
target_link_libraries
(
${
tool
}
ft_static util_static z lzma
${
LIBTOKUPORTABILITY
}
_static
${
CMAKE_THREAD_LIBS_INIT
}
${
EXTRA_SYSTEM_LIBS
}
)
...
...
@@ -102,7 +102,7 @@ endforeach(tool)
target_link_libraries
(
ftverify m
)
install
(
TARGETS ftdump
TARGETS
toku
ftdump
DESTINATION bin
)
...
...
ft/ftdump.cc
→
ft/
toku
ftdump.cc
View file @
db33a7c7
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