Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.7-galera
-
None
-
Ubuntu 12.04 - 13.10, Debian Wheezy, x86_64 and i386
Description
Apparently, mariadb-galera-server-10.0 is missing mysqld, which causes the issues with completing the installation (restart can never be completed) because any launch of mysqld_safe gives a "/usr/sbin/mysqld: unknown option '--wsrep-recover'" error.
root@test:~# mysqld_safe
|
140313 17:27:32 mysqld_safe Logging to syslog.
|
140313 17:27:32 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
|
140313 17:27:32 mysqld_safe WSREP: Running position recovery with --log_error=/tmp/tmp.iljWqLkkY0
|
140313 17:27:34 mysqld_safe WSREP: Failed to recover position:
|
'140313 17:27:32 [Note] InnoDB: The InnoDB memory heap is disabled
|
140313 17:27:32 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
140313 17:27:32 [Note] InnoDB: Compressed tables use zlib 1.2.8
|
140313 17:27:32 [Note] InnoDB: Using Linux native AIO
|
140313 17:27:32 [Note] InnoDB: Not using CPU crc32 instructions
|
140313 17:27:32 [Note] InnoDB: Initializing buffer pool, size = 256.0M
|
140313 17:27:32 [Note] InnoDB: Completed initialization of buffer pool
|
140313 17:27:32 [Note] InnoDB: Highest supported file format is Barracuda.
|
140313 17:27:32 [Note] InnoDB: 128 rollback segment(s) are active.
|
140313 17:27:32 [Note] InnoDB: Waiting for purge to start
|
140313 17:27:32 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.15-63.0 started; log sequence number 1619338
|
140313 17:27:32 [Note] Plugin 'FEEDBACK' is disabled.
|
140313 17:27:32 [ERROR] /usr/sbin/mysqld: unknown option '--wsrep-recover'
|
140313 17:27:32 [ERROR] Aborting
|
 |
140313 17:27:32 [Note] InnoDB: FTS optimize thread exiting.
|
140313 17:27:32 [Note] InnoDB: Starting shutdown...
|
140313 17:27:34 [Note] InnoDB: Shutdown completed; log sequence number 1619348
|
140313 17:27:34 [Note] /usr/sbin/mysqld: Shutdown complete'
|