看来TokuDB在Fedora 24 + MariaDB 10.1.17中是不可用的。2016-09-23 18:17:56 140514451392704 [ERROR] TokuDB is not initialized because jemalloc is not loaded我安装了jemalloc和jemalloc-develplugin-load=ha_tokudb
此外,在/etc/ SELinux
这是在CentOS 7.1上,sudo yum install MariaDB-tokudb-engine说没有这样的包,如果我试图用plugin-load=ha_tokudb在my.cnf中启动服务器[ERROR] Can't open shared library '/usr/lib64/mysql/plugin/ha_tokudb.so' (errno: 0, cannot open sharedobject file: No such file or d
我使用的是tokudb_version:tokudb-7.5.8 running on Linux 3.16.0-60-generic #80~14.04.1-Ubuntu SMP Wed Jan 2013:37:48 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux显示变量文件:https://drive.google.com
mysql> CREATE TABLE stable1 ( column_a INT NOT NULL PRIMARY KEY, column_b INT NOT NULL) ENGINE=TokuDB, ROW_FORMAT=TOKUDB_DEFAULT;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manualthat corresponds to your MySQL server version for the right syntax to use n