mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
#131 make small and fast aliases for quicklz and lzma
This commit is contained in:
parent
09ce3fad57
commit
dc4e26d618
1 changed files with 2 additions and 2 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue