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 c8f788758c refs #4871 finish removing affinity stuff
git-svn-id: file:///svn/toku/tokudb@50311 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:01:18 -04:00
buildheader refs #5467 merge "kill put loader, fix hot indexer freeze issue" onto main 2013-04-17 00:01:17 -04:00
cmake closes #5485 #5368 clean up cmake and get darwin portability: 2013-04-17 00:01:07 -04:00
cmake_modules refs #4871 finish removing affinity stuff 2013-04-17 00:01:18 -04:00
cxx
db-benchmark-test fixes #5351 fixes #5528 merge the new locktree to main. the locktree, locktree manager, and blocking lock request api are implemented at the toplevel under locktree/ and the ydb layer has been modified to use the new API. some kruft has been deleted from various parts of the source tree and these merge also includes a change where we kill 'includes.h' 2013-04-17 00:01:15 -04:00
db-benchmark-test-cxx
examples refs #5351 fix compile 2013-04-17 00:01:15 -04:00
ft refs #5696 possible fix for drd issues, and for what seems like a typo condition 2013-04-17 00:01:17 -04:00
include refs #5081 Replace all usage: 2013-04-17 00:01:01 -04:00
lib
locktree fixes #5701 The assert half correct, half over-active. When the manager's mutex is held it is okay to transition an existing locktree's reference count from 0 to 1. If the lock isn't held, it's a race, since one thread could be destroying the zero-ref count locktree when you're incrementing the count. The failure occurred with the manager's mutx held (so the assert was overactive) and it's a layering-pain to assert that the manager's mutex is held otherwise, so just get rid of it. 2013-04-17 00:01:18 -04:00
man
portability refs #4871 finish removing affinity stuff 2013-04-17 00:01:18 -04:00
scripts refs #5662 stagger the long running stress tests 2013-04-17 00:01:18 -04:00
src don't know what this refs, but perf_iibench shouldn't build against bdb 2013-04-17 00:01:18 -04:00
third_party/xz-4.999.9beta
toku_include refs #4871 finish removing affinity stuff 2013-04-17 00:01:18 -04:00
util refs #4883 remove affinity code, we weren't using it anyway 2013-04-17 00:01:17 -04:00
utils fixes #5351 fixes #5528 merge the new locktree to main. the locktree, locktree manager, and blocking lock request api are implemented at the toplevel under locktree/ and the ydb layer has been modified to use the new API. some kruft has been deleted from various parts of the source tree and these merge also includes a change where we kill 'includes.h' 2013-04-17 00:01:15 -04:00
bash.suppressions
CMakeLists.txt fixes #5351 fixes #5528 merge the new locktree to main. the locktree, locktree manager, and blocking lock request api are implemented at the toplevel under locktree/ and the ydb layer has been modified to use the new API. some kruft has been deleted from various parts of the source tree and these merge also includes a change where we kill 'includes.h' 2013-04-17 00:01:15 -04:00
CTestConfig.cmake refs #4871 use lex1:8080 to submit results to, lets us use /etc/hosts to submit from other machines 2013-04-17 00:01:14 -04:00
CTestCustom.cmake refs #5351 fix test_stress0 stuff in cmake 2013-04-17 00:01:15 -04:00
DartConfig.cmake refs #5368 fix dartconfig stuff for darwin 2013-04-17 00:01:14 -04:00
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.