~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to support-files/my-small.cnf.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120222141605-5xu64xtalgrxgoie
Tags: 5.1.61-0ubuntu0.10.10.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496
* Dropped patches unnecessary with 5.1.61:
  - debian/patches/61_CVE-2010-3833.dpatch
  - debian/patches/61_CVE-2010-3834.dpatch
  - debian/patches/61_CVE-2010-3835.dpatch
  - debian/patches/61_CVE-2010-3836.dpatch
  - debian/patches/61_CVE-2010-3837.dpatch
  - debian/patches/61_CVE-2010-3838.dpatch
  - debian/patches/61_CVE-2010-3839.dpatch
  - debian/patches/61_CVE-2010-3840.dpatch
  - debian/patches/60_abi-check-include.dpatch
  - debian/patches/62_disable_longfilename_test.dpatch
  - debian/patches/90_fix_testsuite_for_installed_env.dpatch
* debian/mysql-client-5.1.docs: removed EXCEPTIONS-CLIENT file
* debian/mysql-server-5.1.docs,debian/libmysqlclient16.docs,
  debian/libmysqlclient-dev.docs: removed, no longer necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# from time to time and it's important that the mysqld daemon
5
5
# doesn't use much resources.
6
6
#
7
 
# You can copy this file to
8
 
# /etc/my.cnf to set global options,
9
 
# mysql-data-dir/my.cnf to set server-specific options (in this
10
 
# installation this directory is @localstatedir@) or
11
 
# ~/.my.cnf to set user-specific options.
 
7
# MySQL programs look for option files in a set of
 
8
# locations which depend on the deployment platform.
 
9
# You can copy this option file to one of those
 
10
# locations. For information about these locations, see:
 
11
# http://dev.mysql.com/doc/mysql/en/option-files.html
12
12
#
13
13
# In this file, you can use all long options that a program supports.
14
14
# If you want to know which options a program supports, run the program
52
52
#binlog_format=mixed
53
53
 
54
54
# Uncomment the following if you are using InnoDB tables
55
 
#innodb_data_home_dir = @localstatedir@/
 
55
#innodb_data_home_dir = @localstatedir@
56
56
#innodb_data_file_path = ibdata1:10M:autoextend
57
 
#innodb_log_group_home_dir = @localstatedir@/
 
57
#innodb_log_group_home_dir = @localstatedir@
58
58
# You can set .._buffer_pool_size up to 50 - 80 %
59
59
# of RAM but beware of setting memory usage too high
60
60
#innodb_buffer_pool_size = 16M