diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/tokudb/hatoku_hton.cc | 2 |
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 }; |