Package: mysql-server-5.0
Version: 5.0.30-1
Severity: minor
File: /etc/mysql/debian-start

Hello,

Thanks for maintaining MySQL.

I was looking for a way not to have mysql do the check for crashed
tables[1], and finally got to this:

  # The following commands should be run when the server is up but in background
  # where they do not block the server start and in one shell instance so that
  # they run sequentially. They are supposed not to echo anything to stdout.
  # If you want to disable the check for crashed tables comment "mycheck" out.
  # (There may be no output to stdout inside the background process!)
  echo "Checking for corrupt, not cleanly closed and upgrade needing tables."
  (
    check_for_crashed_tables;
    upgrade_system_tables_if_necessary;
  ) >&2 &
  
  exit 0

Where it says 'comment "mycheck" out.', it probably wants to say
'comment "check_for_crashed_tables" out.': there is no line with
'mycheck' on it.


Ciao,

Enrico


[1] it is an incredibly annoying thing to have on a laptop at each and
every boot: at least fsck does it only when the filesystem was not
cleanly unmounted, or every 30-something boots.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1enrico
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages mysql-server-5.0 depends on:
ii  adduser                     3.101        Add and remove users and groups
ii  debconf [debconf-2.0]       1.5.11       Debian configuration management sy
ii  libc6                       2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libdbi-perl                 1.53-1       Perl5 database interface by Tim Bu
ii  libgcc1                     1:4.1.1-19   GCC support library
ii  libmysqlclient15off         5.0.30-1     mysql database client library
ii  libncurses5                 5.5-5        Shared libraries for terminal hand
ii  libreadline5                5.2-1        GNU readline and history libraries
ii  libstdc++6                  4.1.1-19     The GNU Standard C++ Library v3
ii  libwrap0                    7.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  lsb-base                    3.1-22       Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0            5.0.30-1     mysql database client binaries
ii  mysql-common                5.0.30-1     mysql database common files (e.g. 
ii  passwd                      1:4.0.18.1-6 change and administer password and
ii  perl                        5.8.8-7      Larry Wall's Practical Extraction 
ii  psmisc                      22.3-1       Utilities that use the proc filesy
ii  zlib1g                      1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx            1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server-5.0/start_on_boot: true
  mysql-server/error_setting_password:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat_done: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to