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
dc4e26d6
Commit
dc4e26d6
authored
Oct 18, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#131 make small and fast aliases for quicklz and lzma
parent
09ce3fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/tokudb/ha_tokudb.cc
storage/tokudb/ha_tokudb.cc
+2
-2
No files found.
storage/tokudb/ha_tokudb.cc
View file @
dc4e26d6
...
...
@@ -6525,9 +6525,9 @@ static inline enum toku_compression_method row_type_to_compression_method(enum r
case
ROW_TYPE_TOKU_LZMA
:
return
TOKU_LZMA_METHOD
;
case
ROW_TYPE_TOKU_SMALL
:
return
TOKU_
SMALL_COMPRESSION
_METHOD
;
return
TOKU_
QUICKLZ
_METHOD
;
case
ROW_TYPE_TOKU_FAST
:
return
TOKU_
FAST_COMPRESSION
_METHOD
;
return
TOKU_
LZMA
_METHOD
;
#endif
default:
DBUG_PRINT
(
"info"
,
(
"Ignoring ROW_FORMAT not used by TokuDB, using TOKUDB_ZLIB by default instead"
));
...
...
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