~ubuntu-branches/ubuntu/gutsy/mysql-dfsg-5.0/gutsy-proposed

« back to all changes in this revision

Viewing changes to debian/additions/debian-start

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-27 16:03:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070427160302-gp3teonw93l6ja75
Tags: 5.0.38-3build1
Fake sync from Debian. All Ubuntu changes are in Debian, but we have a
md5sum mismatch on the orig.tar.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
source /usr/share/mysql/debian-start.inc.sh
9
9
 
 
10
MYSQL="/usr/bin/mysql --defaults-file=/etc/mysql/debian.cnf"
10
11
MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
11
12
MYUPGRADE="/usr/bin/mysql_upgrade --defaults-extra-file=/etc/mysql/debian.cnf"
12
13
MYCHECK="/usr/bin/mysqlcheck --defaults-file=/etc/mysql/debian.cnf"
23
24
echo "Checking for corrupt, not cleanly closed and upgrade needing tables."
24
25
(
25
26
  upgrade_system_tables_if_necessary;
 
27
  check_root_accounts;
26
28
  check_for_crashed_tables;
27
29
) >&2 &
28
30