~mathiaz/mysql-server/pkg-ubuntu

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.0.postinst

  • Committer: Monty Taylor
  • Date: 2008-03-30 02:39:53 UTC
  • Revision ID: monty@inaugust.com-20080330023953-bpbgyxivz97shb09
* Added --skip-ndbcluster to the postinst bootstrap command. It's really a
  workaround for a bug in 5.1, but it's probably a good idea anyway since
  we certainly don't need cluster to spin up, and if people have enabled
  cluster in their my.cnf file, there could be postinst issues if cluster
  isn't running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  fi
19
19
}
20
20
 
21
 
MYSQL_BOOTSTRAP="/usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables  --skip-bdb  --skip-innodb "
 
21
MYSQL_BOOTSTRAP="/usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables  --skip-bdb  --skip-innodb --skip-ndbcluster"
22
22
 
23
23
test_mysql_access() {
24
24
        mysql --no-defaults -u root -h localhost </dev/null >/dev/null 2>&1