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
Bradley C. Kuszmaul 936bb9d276 Fixes #5255. Disable intel warning 1292: {{{svn merge -c 45766 ../tokudb.3571}}}
git-svn-id: file:///svn/toku/tokudb@45767 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:00:59 -04:00
buildheader refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
cmake [t:5094] merge to main, delete dev branch. closes #5094. 2013-04-17 00:00:52 -04:00
cmake_modules Fixes #5255. Disable intel warning 1292: {{{svn merge -c 45766 ../tokudb.3571}}} 2013-04-17 00:00:59 -04:00
cxx closes [t:4913]. Modelines now synchronized in every source/header file (and always top two lines) 2013-04-17 00:00:36 -04:00
db-benchmark-test refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
db-benchmark-test-cxx closes [t:4913]. Modelines now synchronized in every source/header file (and always top two lines) 2013-04-17 00:00:36 -04:00
examples refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
ft closes #5253, remove cachefile->checkpoint_state 2013-04-17 00:00:59 -04:00
include [t:4845] remove lzma headers, depend instead on those that get installed. possibly also fix dependency scanning of lzma stuff for parallel builds 2013-04-17 00:00:47 -04:00
lib Closes #1378 Merged all changes into main. 2013-04-16 23:57:41 -04:00
man Fix #2690 (silent building man pages). close[t:2690] 2013-04-16 23:59:18 -04:00
portability refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
scripts refs #5163 change BDBDIR to CMAKE_PREFIX_PATH in run.fractal.tree.tests.bash 2013-04-17 00:00:57 -04:00
src refs #5206 merge signed types fix to main 2013-04-17 00:00:58 -04:00
third_party/xz-4.999.9beta Manual glue for svn-git migration for r42937 due to multiple merge + diffs in the same patch. 2013-04-16 23:57:16 -04:00
toku_include refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
utils refs #5206 merge work making our code c99 and c++11 compatible, to mainline 2013-04-17 00:00:58 -04:00
bash.suppressions [t:4814] merging cmake work to mainline 2013-04-17 00:00:25 -04:00
CMakeLists.txt fix valgrind finding algorithm and usage 2013-04-17 00:00:54 -04:00
CTestConfig.cmake refs #5206 revert change to CTestConfig.cmake 2013-04-17 00:00:58 -04:00
CTestCustom.cmake fixes #5183 fix stress openclose to use the standard query/update operations so that recovery can verify the correctness of the dbs upon recovery. this means we can have a recovery version of the test, which simply sets crash_at_end = true before calling stress table. put all of the common stuff in a header (dirty but better than duplicating the code) 2013-04-17 00:00:56 -04:00
DartConfig.cmake [t:4871] add --quiet to valgrind invocation to let us use tokugrind 2013-04-17 00:00:36 -04:00
Makefile.old [t:4954] meant to remove Makefile.new, which is really old. Makefile.old is the newer one. 2013-04-17 00:00:41 -04:00
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

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.