Error in do_innodb_recover with MySQL 5.1.x

Bug #544295 reported by Brian Evans
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mylvmbackup
Fix Released
Medium
Lenz Grimmer

Bug Description

When MySQL 5.1 is compiled without ndbcluster, the following error occurs in do_innodb_recover during the mysql bootstrap.

[ERROR] /usr/sbin/mysqld: unknown option '--skip-ndbcluster'

Perhaps this should be moved to a configuration option. MySQL upstream is deprecating ndb in the standard, Community, builds and requiring special build trees with 5.1+. They are also not building binaries with the old ndb in the Community downloads.
See http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html for details (2nd paragraph).

Related branches

Revision history for this message
Lenz Grimmer (lenzgr) wrote :

Good spotting, thanks for reporting this! I'll take a look at this.

Changed in mylvmbackup:
assignee: nobody → LenZ (lenzgr)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Lenz Grimmer (lenzgr) wrote :

This is now fixed in the trunk and will be included in version 0.14. I added "--skip-syslog" to the options that are passed to the recovery instance. Additionally, I made these options configurable by moving them into a new configuration variable "recoveryopts", which now default to "--skip-networking --skip-grant --bootstrap --skip-syslog --skip-slave-start".

This also resolves BUG#1091950, which is a similar issue.

Changed in mylvmbackup:
milestone: none → 0.14
status: Confirmed → Fix Committed
Revision history for this message
Lenz Grimmer (lenzgr) wrote :

Correction to comment #2 (cut & paste error): "--skip-syslog" was added, and "--skip-ndbcluster" was removed.

Lenz Grimmer (lenzgr)
Changed in mylvmbackup:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.