~ubuntu-branches/debian/wheezy/mysql-5.5/wheezy

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.5.logcheck.ignore.paranoid

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-05-08 05:59:09 UTC
  • Revision ID: package-import@ubuntu.com-20120508055909-rveiwi2o2i85vbb4
Tags: 5.5.23-2
* Stopped overriding the -j build parameter (Closes: #512964)
* Stopped testing for /proc filesystem. It is no longer used
  for determining the number of CPUs.
* Removed unnecessary build dependencies:
  - procps as it is required by cmake, cf. #96768
  - zlib1g newer version required by cmake
  - libtool obsoleted by cmake
  - file required by debhelper
* Migrated libmysqld-dev, libmysqld-pic, libmysqlclient18 to using
  dh_install rather than dh_movefiles
* Changed /var/run to /run as required by Debian Policy 3.9.3 (9.1.1)
* Raised standards version to 3.9.3
* Moved '-e' from shebang line to explicit 'set -e' as requested by lintian
* Restored ha_example.so to mysql-server-5.5 but added Breaks/Replaces
  clauses (cf. LP: #912487) and (Closes: #666721)
* Added additional Breaks/Replaces clauses for other clashes:
  - mysql-server-5.5 overwrites perror from mysql-client-5.1
  - mysql-server-core-5.5 overwrites my_print_defaults from mysql-client-5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
 
1
/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/run/mysqld/mysqld.sock' exists\!$
2
2
/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
3
3
/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
4
4
mysqld\[[0-9]+\]: $
5
 
mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock'  port: 3306$
 
5
mysqld\[[0-9]+\]: Version: .* socket: '/run/mysqld/mysqld.sock'  port: 3306$
6
6
mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
7
7
mysqld_safe\[[0-9]+\]: started$
8
8
usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$