summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-03-24 20:01:50 +0100
committerSergei Golubchik <sergii@pisem.net>2014-03-24 20:01:50 +0100
commitc18fb72e71588e6f33fcdaee23093d1f07fb4c78 (patch)
tree3ae346db9fde28d1f02e61117b9a199886facd43 /storage
parent097566d61c16590364251fe940c0cb33d641076b (diff)
downloadmariadb-git-c18fb72e71588e6f33fcdaee23093d1f07fb4c78.tar.gz
tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRESSED)
for new tables
Diffstat (limited to 'storage')
-rw-r--r--storage/tokudb/hatoku_hton.cc2
1 files changed, 1 insertions, 1 deletions
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
};