Commit 78df543d authored by Rich Prohaska's avatar Rich Prohaska

#131 make fast and small aliases for quicklz and lzma

parent e69bf2c0
......@@ -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"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment