MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
Leif Walsh 66b0ab738c [t:4871] fix test-rollinclude to avoid a use-after-free bug
git-svn-id: file:///svn/toku/tokudb@43632 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:00:32 -04:00
bdb-examples
buildheader [t:4768], [t:4829], [t:4834], [t:4511], [t:4513], merge fixes to main 2013-04-17 00:00:27 -04:00
cmake_modules [t:4871] fix valgrind --trace-children-skip so that recover_stress and checkpoint_stress don't report so many errors (they're actually from grep) 2013-04-17 00:00:31 -04:00
cxx
db-benchmark-test #4869 remove trace_mem since it is not used and it can easily be resurrected if needed refs[t:4869] 2013-04-17 00:00:30 -04:00
db-benchmark-test-cxx
examples [t:4814] move release/examples to toplevel, add cmake instructions for copying it to the install directory, get rid of release directory 2013-04-17 00:00:26 -04:00
fib
include
lib
loadsome
man
newbrt #4869 #4753 simplify the pthreads api, remove dead code, remove untest error recovery patch, increase test coverage refs[t:4753] 2013-04-17 00:00:31 -04:00
poor-mans-profiler
portability #4869 #4753 fixup debug icc build refs[t:4869] refs[t:4753] 2013-04-17 00:00:31 -04:00
scripts [t:4804] change run.stress-tests.py to work with cmake, hopefully, but untested 2013-04-17 00:00:31 -04:00
src [t:4871] fix test-rollinclude to avoid a use-after-free bug 2013-04-17 00:00:32 -04:00
src-bdbwrap
third_party/xz-4.999.9beta
toku_include
utils [t:4858] merge 4858 to mainline 2013-04-17 00:00:26 -04:00
windows
xz-utils/example
.globalrc [t:4882] change compression type to be set before create 2013-04-17 00:00:29 -04:00
bash.suppressions
CMakeLists.txt [t:4871] move generated logging code into the binary directory 2013-04-17 00:00:30 -04:00
CTestConfig.cmake [t:4814] push nightly to one minute before midnight 2013-04-17 00:00:26 -04:00
CTestCustom.cmake [t:4871] don't run drd_test_4015 under memcheck 2013-04-17 00:00:29 -04:00
DartConfig.cmake [t:4871] fix valgrind --trace-children-skip so that recover_stress and checkpoint_stress don't report so many errors (they're actually from grep) 2013-04-17 00:00:31 -04:00
install.bash
make.include
Makefile.new
Makefile.old
README [t:4814] move release/examples to toplevel, add cmake instructions for copying it to the install directory, get rid of release directory 2013-04-17 00:00:26 -04:00
test2.wiki

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.