Details
-
Type:
Technical task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.16, 10.0.17
-
Fix Version/s: N/A
-
Component/s: Documentation, Storage Engine - TokuDB
-
Labels:
Description
To be updated :
https://mariadb.com/kb/en/mariadb/enabling-tokudb/
https://mariadb.com/kb/en/mariadb/yum/
TokuDB plugin is NOT distributed anymore as a separate package, the ha_tokudb.so comes now with the other engine plugins, but not enabled.
root@centos-6-5-minimal-base:[Fri Apr 17 09:48:54][/usr/lib64/mysql/plugin]$ ls auth_pam.so dialog.so ha_mroonga.so ha_sequence.so ha_spider.so locales.so mysql_clear_password.so query_response_time.so semisync_slave.so sql_errlog.so auth_socket.so ha_innodb.so handlersocket.so ha_sphinx.so ha_tokudb.so metadata_lock_info.so query_cache_info.so semisync_master.so server_audit.so root@centos-6-5-minimal-base:[Fri Apr 17 09:48:55][/usr/lib64/mysql/plugin]$ rpm -qa | grep MariaDB MariaDB-compat-10.0.17-1.el6.x86_64 MariaDB-server-10.0.17-1.el6.x86_64 MariaDB-devel-10.0.17-1.el6.x86_64 MariaDB-common-10.0.17-1.el6.x86_64 MariaDB-client-10.0.17-1.el6.x86_64 MariaDB-shared-10.0.17-1.el6.x86_64
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Some additions
installing from command line seems to output some non documented errors when Transparent huge pages are enabled :
And yes the plugin is listed in the SHOW PLUGINS ; listing ..
So the error should be documented and the possible reason to be linked to the enabling Transparent Huge pages part of the documentation,
When listed in the plugins list after attempt to be installed when Transparent huge pages are enabled, there is no way to UNINSTALL the plugin /remove from the PLUGINS list/ so one needs to restart the MariaDB instance.
Installing from the command line outputs a non documented warnings as " Cannot enable tc-log at run-time. XA features of TokuDB are disabled"
That warning needs to be documented along with an explanation how critical it is.
Example: installing again the TokuDB plugin from the command line: