From c18fb72e71588e6f33fcdaee23093d1f07fb4c78 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 24 Mar 2014 20:01:50 +0100 Subject: tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRESSED) for new tables --- storage/tokudb/hatoku_hton.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index 4584caf3f89..8c8d5281621 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -270,7 +270,7 @@ ha_create_table_option tokudb_table_options[]= { HA_TOPTION_ENUM("compression", row_format, "TOKUDB_UNCOMPRESSED,TOKUDB_ZLIB,TOKUDB_QUICKLZ," - "TOKUDB_LZMA,TOKUDB_FAST,TOKUDB_SMALL", 0), + "TOKUDB_LZMA,TOKUDB_FAST,TOKUDB_SMALL", 1), HA_TOPTION_END }; -- cgit v1.2.1