Commit 42f081a4 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

merge -c 13581 from 2.1.0 to main. [t:1889]

git-svn-id: file:///svn/mysql/tokudb-engine/src@13588 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4723b8b3
...@@ -641,10 +641,10 @@ mysql_declare_plugin(tokudb) { ...@@ -641,10 +641,10 @@ mysql_declare_plugin(tokudb) {
"TokuDB", "TokuDB",
"Tokutek Inc", "Tokutek Inc",
"Fractal trees, transactions, row level locks", "Fractal trees, transactions, row level locks",
PLUGIN_LICENSE_PROPRIETARY, /* QQQ license? */ PLUGIN_LICENSE_GPL,
tokudb_init_func, /* plugin init */ tokudb_init_func, /* plugin init */
tokudb_done_func, /* plugin deinit */ tokudb_done_func, /* plugin deinit */
0x0200, /* QQQ 2.0 */ 0x0210, /* 2.1.0 */
NULL, /* status variables */ NULL, /* status variables */
tokudb_system_variables, /* system variables */ tokudb_system_variables, /* system variables */
NULL /* config options */ NULL /* config options */
......
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