Commit graph

21 commits

Author SHA1 Message Date
mh
808a83374c rename deprecated option 2013-12-04 23:24:59 +01:00
mh
5665884209 EL6.4 doesn't know about bdb 2013-12-04 23:12:22 +01:00
mh
dd6c24844b Merge remote-tracking branch 'shared/master'
Conflicts:
	files/config/my.cnf.Debian
	manifests/server/base.pp
	manifests/server/munin/default.pp
	manifests/server/nagios.pp
2013-01-02 17:03:18 +01:00
mh
1f0784b73e Merge remote-tracking branch 'laurantb/master'
Conflicts:
	manifests/server/cron/backup.pp
2012-04-29 12:55:07 +02:00
Gabriel Filion
8180e27115 Import my.cnf from Debian Squeeze
Lenny support was phased out and squeeze is the current stable.

There is an instruction in the file that originally came from lenny:
skip-bdb doesn't exist anymore in the mysql version in squeeze, so the
config file makes a fresh mysql install crash on Squeeze.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2012-04-09 02:26:23 -04:00
mh
a72ab41660 add innodb_file_per_table option by default
mysql has one innodb file per default and this can become very
huge, which can trigger various issues [1]. So in general it
is recommended to set the innodb_file_per_table option [2].

[1] http://forums.mysql.com/read.php?35,121880,121886
[2] http://dev.mysql.com/doc/refman/5.0/en/innodb-multiple-tablespaces.html
2012-01-17 22:31:44 +01:00
Laurent Bachelier
27c37a5b1b BDB is not compiled anymore on Debian systems
It would make the daemon fail to load if put in the config.
2011-03-17 15:55:13 +01:00
Jerome Charaoui
9ec0ef766c make backup and optimize cron jobs optional; introduce $mysql_backup_cron, $mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts 2009-12-10 14:52:50 -05:00
Jerome Charaoui
dcc761cbfd add Debian support 2009-12-10 12:22:25 -05:00
mh
0403071c55 optimized default my.cnf 2008-08-07 10:09:21 +00:00
mh
aa99ee9826 merged with puzzle 2008-08-07 09:24:59 +00:00
mh
f0ade619a0 if we enable binary logs, we should also enable max days for them 2008-07-29 22:23:29 +00:00
mh
741a6ba1f6 merged with immerda, added data directory to be default 2008-07-14 21:25:49 +00:00
mh
7c987d7fe6 fixed log-bin location 2008-07-13 14:19:37 +00:00
mh
c7752a3775 fixing bin-log param 2008-07-11 15:40:49 +00:00
mh
58d0f7698f moved it to note clear about the used distribution 2008-07-11 14:45:13 +00:00
mh
1c5d976759 fixed merge regressions 2008-07-11 14:15:13 +00:00
mh
3a8613ab9d merged with puzzle 2008-07-11 14:13:03 +00:00
mh
f2db68fc8f removed unneeded files 2008-07-01 18:33:18 +00:00
mh
25fbef8060 merged with puzzle 2008-07-01 18:29:30 +00:00
mh
5c17a7fda8 merged with puzzle 2008-06-13 20:16:32 +00:00