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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7a0a2c4b
Commit
7a0a2c4b
authored
May 06, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after tokudb-7.1.6 merge
parent
aff4854d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.bzrignore
.bzrignore
+4
-4
storage/tokudb/CMakeLists.txt
storage/tokudb/CMakeLists.txt
+1
-1
storage/tokudb/ft-index/tools/CMakeLists.txt
storage/tokudb/ft-index/tools/CMakeLists.txt
+1
-1
No files found.
.bzrignore
View file @
7a0a2c4b
...
...
@@ -1415,7 +1415,7 @@ storage/tokudb/ft-index/portability/tests/try-uninit
storage/tokudb/ft-index/src/merge_archives_tokufractaltree_static.cmake
storage/tokudb/ft-index/src/tokufractaltree_static_depends.cc
storage/tokudb/ft-index/src/tests/recovery_fileops_unit_dir
storage/tokudb/ft-index/
toku_include
/toku_config.h
storage/tokudb/ft-index/
portability
/toku_config.h
storage/tokudb/ft-index/util/tests/marked-omt-test
storage/tokudb/ft-index/util/tests/omt-tmpl-test
storage/tokudb/ft-index/util/tests/sort-tmpl-test
...
...
@@ -1429,8 +1429,8 @@ storage/tokudb/ft-index/util/tests/test_partitioned_counter
storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833
storage/tokudb/ft-index/util/tests/threadpool-test
storage/tokudb/ft-index/util/tests/threadpool-testrunf
storage/tokudb/ft-index/
uti
ls/tokudb_dump
storage/tokudb/ft-index/
uti
ls/tokudb_gen
storage/tokudb/ft-index/
uti
ls/tokudb_load
storage/tokudb/ft-index/
too
ls/tokudb_dump
storage/tokudb/ft-index/
too
ls/tokudb_gen
storage/tokudb/ft-index/
too
ls/tokudb_load
libmysql/libmysql_versions.ld
scripts/mysql_config.pl
storage/tokudb/CMakeLists.txt
View file @
7a0a2c4b
...
...
@@ -14,7 +14,7 @@ IF(NOT TOKUDB_OK OR WITHOUT_TOKUDB OR WITHOUT_TOKUDB_STORAGE_ENGINE)
ENDIF
()
############################################
SET
(
TOKUDB_VERSION
"7.1.
5
"
)
SET
(
TOKUDB_VERSION
"7.1.
6
"
)
SET
(
TOKUDB_DEB_FILES
"usr/lib/mysql/plugin/ha_tokudb.so
\n
etc/mysql/conf.d/tokudb.cnf
\n
usr/bin/tokuftdump
\n
usr/share/doc/mariadb-server-5.5/README-TOKUDB
\n
usr/share/doc/mariadb-server-5.5/README.md"
PARENT_SCOPE
)
SET
(
USE_BDB OFF CACHE BOOL
""
)
SET
(
USE_VALGRIND OFF CACHE BOOL
""
)
...
...
storage/tokudb/ft-index/tools/CMakeLists.txt
View file @
7a0a2c4b
...
...
@@ -2,7 +2,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS _GNU_SOURCE DONT_DEPR
set
(
utils tokudb_gen tokudb_load tokudb_dump
)
foreach
(
util
${
utils
}
)
add_executable
(
${
util
}
${
util
}
)
add_executable
(
${
util
}
${
util
}
.cc
)
set_target_properties
(
${
util
}
PROPERTIES
COMPILE_DEFINITIONS
"IS_TDB=1;USE_TDB=1;TDB_IS_STATIC=1"
)
target_link_libraries
(
${
util
}
${
LIBTOKUDB
}
_static ft_static z lzma
${
LIBTOKUPORTABILITY
}
_static
${
CMAKE_THREAD_LIBS_INIT
}
${
EXTRA_SYSTEM_LIBS
}
)
...
...
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