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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
43dec550
Commit
43dec550
authored
Oct 18, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#131 make fast and small aliases for quicklz and lzma
parent
dc4e26d6
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 @
43dec550
...
...
@@ -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_QUICKLZ_METHOD
;
case
ROW_TYPE_TOKU_FAST
:
return
TOKU_LZMA_METHOD
;
case
ROW_TYPE_TOKU_FAST
:
return
TOKU_QUICKLZ_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