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.
 
 
 
 
 
 
Leif Walsh e75aa0937f refs #6566 add COPYING file to fractal tree 13 years ago
buildheader refs #6566 fix typo in license text 13 years ago
cmake closes #5485 #5368 clean up cmake and get darwin portability: 13 years ago
cmake_modules refs #6566 set TOKUDB_DATA in cmake, rather than relying on svn layout 13 years ago
cxx refs #6566 fix typo in license text 13 years ago
db-benchmark-test refs #6566 fix typo in license text 13 years ago
db-benchmark-test-cxx refs #6566 fix typo in license text 13 years ago
examples refs #6040 change examples so that they have some chance of building on darwin 13 years ago
ft refs #6566 set TOKUDB_DATA in cmake, rather than relying on svn layout 13 years ago
include refs #6566 fix typo in license text 13 years ago
lib Closes #1378 Merged all changes into main. 13 years ago
locktree refs #6566 fix typo in license text 13 years ago
man Fix #2690 (silent building man pages). close[t:2690] 13 years ago
portability refs #6566 fix typo in license text 13 years ago
scripts make temp dir if it doesn't exist 13 years ago
src refs #6566 make toku_patent_string a copy of the full license 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 refs #6566 fix typo in license text 13 years ago
util refs #6566 fix typo in license text 13 years ago
utils refs #6566 fix typo in license text 13 years ago
CMakeLists.txt refs #6566 install README-TOKUDB with the fractal tree 13 years ago
COPYING refs #6566 add COPYING file to fractal tree 13 years ago
CTestConfig.cmake refs #4871 use lex1:8080 to submit results to, lets us use /etc/hosts to submit from other machines 13 years ago
CTestCustom.cmake closes #5949 merge to main 13 years ago
DartConfig.cmake closes #5784 don't run valgrind on tdb-recover because it's statically linked and we can't change --soname-synonyms for just one child 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
README-TOKUDB refs #6566 fix typo in license text 13 years ago
bash.suppressions [t:4814] merging cmake work to mainline 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.