mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
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
This commit is contained in:
parent
a26f49a804
commit
48339dd4cc
1 changed files with 2 additions and 2 deletions
|
@ -641,10 +641,10 @@ mysql_declare_plugin(tokudb) {
|
|||
"TokuDB",
|
||||
"Tokutek Inc",
|
||||
"Fractal trees, transactions, row level locks",
|
||||
PLUGIN_LICENSE_PROPRIETARY, /* QQQ license? */
|
||||
PLUGIN_LICENSE_GPL,
|
||||
tokudb_init_func, /* plugin init */
|
||||
tokudb_done_func, /* plugin deinit */
|
||||
0x0200, /* QQQ 2.0 */
|
||||
0x0210, /* 2.1.0 */
|
||||
NULL, /* status variables */
|
||||
tokudb_system_variables, /* system variables */
|
||||
NULL /* config options */
|
||||
|
|
Loading…
Reference in a new issue