You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zardosht Kasheff 5ff1a02587 [t:4875], fix setting of a header's root_blocknum to go through brt_header 13 years ago
bdb-examples Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 13 years ago
buildheader [t:4768], [t:4829], [t:4834], [t:4511], [t:4513], merge fixes to main 13 years ago
cmake_modules [t:4871] turn -Werror back on 13 years ago
cxx close[t:4576] Get rid of c_del in the cxx code. Closes #4576. 13 years ago
db-benchmark-test [t:4858] merge 4858 to mainline 13 years ago
db-benchmark-test-cxx close[t:4273] Fix #4273. {{{svn merge -r 37842:37875 ../tokudb.4273}}}. 13 years ago
examples [t:4814] move release/examples to toplevel, add cmake instructions for copying it to the install directory, get rid of release directory 13 years ago
fib [t:3586] [t:3604] Merge icc onto main. Refs #3586, #3604. 13 years ago
freebsd [t:4814] merging cmake work to mainline 13 years ago
include [t:4814] merging cmake work to mainline 13 years ago
lib Closes #1378 Merged all changes into main. 13 years ago
loadsome Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 13 years ago
man Fix #2690 (silent building man pages). close[t:2690] 13 years ago
newbrt [t:4875], fix setting of a header's root_blocknum to go through brt_header 13 years ago
poor-mans-profiler fixing pmprof to not get confused when gdb gives strange output for a stack frame 13 years ago
portability #4869 increase test coverage of txn.c, remove spin locks refs[t:4869] 13 years ago
scripts [t:4871] add --commit option to fractal tree tests script 13 years ago
src [t:4871] increase timeout on recovery_fileops_unit.tdb 13 years ago
src-bdbwrap Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
sunos [t:4814] merging cmake work to mainline 13 years ago
third_party/xz-4.999.9beta Manual glue for svn-git migration for r42937 due to multiple merge + diffs in the same patch. 13 years ago
toku_include [t:4814] merging cmake work to mainline 13 years ago
utils [t:4858] merge 4858 to mainline 13 years ago
windows [t:4814] merging cmake work to mainline 13 years ago
xz-utils/example [t:4635] merging fractal tree and handlerton code to main 13 years ago
.globalrc [t:4814] merging cmake work to mainline 13 years ago
CMakeLists.txt [t:4871] build tag databases on generated headers 13 years ago
CTestConfig.cmake [t:4814] push nightly to one minute before midnight 13 years ago
CTestCustom.cmake [t:4814] don't patch out recovery_fileops_unit.tdb, we want it to run and 13 years ago
DartConfig.cmake [t:4814] merging cmake work to mainline 13 years ago
Makefile.new Makefile hacking. Addreseses #782. 18 years ago
Makefile.old [t:4814] merging cmake work to mainline 13 years ago
README [t:4814] move release/examples to toplevel, add cmake instructions for copying it to the install directory, get rid of release directory 13 years ago
bash.suppressions [t:4814] merging cmake work to mainline 13 years ago
install.bash Make the install script a little more robust. Addresses #558. 18 years ago
make.include Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 13 years ago
test2.wiki Addresses #1125 Merged nested transactions from temporary merge branch into main. 13 years ago

README

The Tokutek Fractal Tree Index library is not publicly available software. 
This software product is Tokutek commercial software and use of this software
is governed by your applicable license agreement with Tokutek.

Fractal Tree Index Library

The Fractal Tree Index software is provided as a shared library called
"libtokufractaltreeindex-RELEASE.so".

Installation

Copy "libtokufractaltreeindex-RELEASE.so" to some place that the library
loader uses to find libraries.

For example, on Centos 5, 64 bit libraries are found in /usr/lib64. Installation
is as simple as executing the following:
sudo cp libtokufractaltreeindex-RELEASE.so /usr/lib64

Some users put it into "/usr/local/mysql/lib" because some useful binaries
include "/usr/local/mysql/lib" in their rpath, and can use the library.

Some users put it into /opt, for example in "/opt/tokutek/lib". In this
case you will need to arrange for the loader to be able to find it
(e.g., by arranging that LD_LIBRARY_PATH includes /opt/tokutek/lib).

If you do not have root access you can put it into a directory in your
home directory. You may need to help the loader find it, using
something like:
mkdir ~/lib
cp libtokufractaltreeindex-RELEASE.so ~/lib/
export LD_LIBRARY_PATH=~/lib/

To use the Fractal Tree Index as an embedded database, please read the
README.examples file in the examples directory. Any such use requires
a license from Tokutek.

Notice: MySQL is a registered trademark of Sun Microsystems, Inc.