Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.14
-
Ubuntu 12.04 64bit, Ubuntu 14.04 64bit
Description
Apt-get showed that there was a update for Mariadb 10.0.13. I updated on my staging server (Ubuntu 14.04), and although the update went ok, after the restart of Mariadb it wouldn't load Tokudb plugin anymore and all my Tokudb tables where shown as 'in use'.
I also tested this on a production server, with Ubuntu 12.04, and exact same results.
Seems to me that the tokudb plugin in 10.0.14 has a error, and I don't understand it is released.
After installing 10.0.13 again, everything works ok.
There is no error message at all with information. Transparant huge pages are disabled, diskspace is ok.
10.0.14 log:
140923 16:22:36 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
|
140923 16:22:36 [Note] InnoDB: Using mutexes to ref count buffer pool pages
|
140923 16:22:36 [Note] InnoDB: The InnoDB memory heap is disabled
|
140923 16:22:36 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
140923 16:22:36 [Note] InnoDB: Memory barrier is not used
|
140923 16:22:36 [Note] InnoDB: Compressed tables use zlib 1.2.8
|
140923 16:22:36 [Note] InnoDB: Using Linux native AIO
|
140923 16:22:36 [Note] InnoDB: Using CPU crc32 instructions
|
140923 16:22:36 [Note] InnoDB: Initializing buffer pool, size = 300.0M
|
140923 16:22:36 [Note] InnoDB: Completed initialization of buffer pool
|
140923 16:22:36 [Note] InnoDB: Highest supported file format is Barracuda.
|
140923 16:22:37 [Note] InnoDB: 128 rollback segment(s) are active.
|
140923 16:22:37 [Note] InnoDB: Waiting for purge to start
|
140923 16:22:37 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.20-68.0 started; log sequence number 19140858019
|
140923 16:22:37 [Note] Plugin 'FEEDBACK' is disabled.
|
140923 16:22:37 [ERROR] Function 'TokuDB' already exists
|
140923 16:22:37 [Warning] Couldn't load plugin named 'TokuDB' with soname 'ha_tokudb.so'.
|
140923 16:22:37 [ERROR] Plugin 'TokuDB' init function returned error.
|
140923 16:22:37 [ERROR] Plugin 'TokuDB' registration as a STORAGE ENGINE failed.
|
140923 16:22:37 [Note] Server socket created on IP: '0.0.0.0'.
|
140923 16:22:37 [Note] Event Scheduler: Loaded 0 events
|
140923 16:22:37 [Note] Reading of all Master_info entries succeded
|
140923 16:22:37 [Note] Added new Master_info '' to hash table
|
140923 16:22:37 [Note] /usr/sbin/mysqld: ready for connections.
|
Version: '10.0.14-MariaDB-1~trusty-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
|
140923 16:28:57 [Note] /usr/sbin/mysqld: Normal shutdown
|