Commit c18fb72e authored by Sergei Golubchik's avatar Sergei Golubchik

tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRESSED)

for new tables
parent 097566d6
...@@ -270,7 +270,7 @@ ha_create_table_option tokudb_table_options[]= ...@@ -270,7 +270,7 @@ ha_create_table_option tokudb_table_options[]=
{ {
HA_TOPTION_ENUM("compression", row_format, HA_TOPTION_ENUM("compression", row_format,
"TOKUDB_UNCOMPRESSED,TOKUDB_ZLIB,TOKUDB_QUICKLZ," "TOKUDB_UNCOMPRESSED,TOKUDB_ZLIB,TOKUDB_QUICKLZ,"
"TOKUDB_LZMA,TOKUDB_FAST,TOKUDB_SMALL", 0), "TOKUDB_LZMA,TOKUDB_FAST,TOKUDB_SMALL", 1),
HA_TOPTION_END HA_TOPTION_END
}; };
......
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