Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1e850b38
Commit
1e850b38
authored
Jul 28, 2009
by
Rich Prohaska
Committed by
Yoni Fogel
Apr 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some edits [t:1904]
git-svn-id:
file:///svn/toku/tokudb@13639
c7de825b-a66e-492c-adef-691d508d4ae1
parent
2743214c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
release/README
release/README
+3
-3
release/examples/Makefile
release/examples/Makefile
+0
-9
No files found.
release/README
View file @
1e850b38
The Tokutek Fractal Tree
Engine
library is not publicly available software.
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.
...
...
@@ -25,11 +25,11 @@ case you will need to arrange for the loader to be able to find it
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-
2.1.0-15000
.so ~/lib/
cp libtokufractaltreeindex-
RELEASE
.so ~/lib/
export LD_LIBRARY_PATH=~/lib/
Examples
To use the Fractal Tree
i
ndex as an embedded database, please read the
To use the Fractal Tree
I
ndex as an embedded database, please read the
README.examples file in the examples directory.
release/examples/Makefile
deleted
100644 → 0
View file @
2743214c
CPPFLAGS
=
CFLAGS
=
SRCS
=
$(
wildcard
*
.c
)
TARGETS
=
$(
patsubst
%.c,%,
$(SRCS)
)
clean
:
rm
-rf
$(TARGETS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment