Commit 30b7978f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4691] allow command-line (and therefore my.cnf) setting of tokudb_row_format


git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@41611 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3cc18262
...@@ -191,7 +191,7 @@ static TYPELIB tokudb_row_format_typelib = { ...@@ -191,7 +191,7 @@ static TYPELIB tokudb_row_format_typelib = {
NULL NULL
}; };
static MYSQL_THDVAR_ENUM(row_format, PLUGIN_VAR_NOCMDARG, static MYSQL_THDVAR_ENUM(row_format, PLUGIN_VAR_OPCMDARG,
"Specifies the compression method for a table during this session. " "Specifies the compression method for a table during this session. "
"Possible values are TOKUDB_UNCOMPRESSED, TOKUDB_ZLIB, TOKUDB_QUICKLZ, " "Possible values are TOKUDB_UNCOMPRESSED, TOKUDB_ZLIB, TOKUDB_QUICKLZ, "
"TOKUDB_LZMA, TOKUDB_FAST (default), and TOKUDB_SMALL", "TOKUDB_LZMA, TOKUDB_FAST (default), and TOKUDB_SMALL",
......
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