Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/files/
Date: Wed, 27 Feb 2019 05:35:45
Message-Id: 1551245727.ac38e600c1f9fa7d4f3acebf988f4bed3a9a363d.bman@gentoo
1 commit: ac38e600c1f9fa7d4f3acebf988f4bed3a9a363d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 12 16:29:11 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 05:35:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac38e600
7
8 dev-db/mysql: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-db/mysql/files/my.cnf-5.1 | 144 ------------------------------------------
14 1 file changed, 144 deletions(-)
15
16 diff --git a/dev-db/mysql/files/my.cnf-5.1 b/dev-db/mysql/files/my.cnf-5.1
17 deleted file mode 100644
18 index 0ec0677aabc..00000000000
19 --- a/dev-db/mysql/files/my.cnf-5.1
20 +++ /dev/null
21 @@ -1,144 +0,0 @@
22 -# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration file.
23 -
24 -# The following options will be passed to all MySQL clients
25 -[client]
26 -#password = your_password
27 -port = 3306
28 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
29 -
30 -[mysql]
31 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
32 -default-character-set=utf8
33 -
34 -[mysqladmin]
35 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
36 -default-character-set=utf8
37 -
38 -[mysqlcheck]
39 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
40 -default-character-set=utf8
41 -
42 -[mysqldump]
43 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
44 -default-character-set=utf8
45 -
46 -[mysqlimport]
47 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
48 -default-character-set=utf8
49 -
50 -[mysqlshow]
51 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
52 -default-character-set=utf8
53 -
54 -[myisamchk]
55 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
56 -
57 -[myisampack]
58 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
59 -
60 -# use [safe_mysqld] with mysql-3
61 -[mysqld_safe]
62 -err-log = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err
63 -
64 -# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
65 -[mysqld]
66 -character-set-server = utf8
67 -user = mysql
68 -port = 3306
69 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
70 -pid-file = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
71 -log-error = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
72 -basedir = @GENTOO_PORTAGE_EPREFIX@/usr
73 -datadir = @DATADIR@
74 -skip-external-locking
75 -key_buffer = 16M
76 -max_allowed_packet = 1M
77 -table_open_cache = 64
78 -sort_buffer_size = 512K
79 -net_buffer_length = 8K
80 -read_buffer_size = 256K
81 -read_rnd_buffer_size = 512K
82 -myisam_sort_buffer_size = 8M
83 -language = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/english
84 -
85 -# security:
86 -# using "localhost" in connects uses sockets by default
87 -# skip-networking
88 -bind-address = 127.0.0.1
89 -
90 -log-bin
91 -server-id = 1
92 -
93 -# point the following paths to different dedicated disks
94 -tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
95 -#log-update = @GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname
96 -
97 -# you need the debug USE flag enabled to use the following directives,
98 -# if needed, uncomment them, start the server and issue
99 -# #tail -f @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.trace
100 -# this will show you *exactly* what's happening in your server ;)
101 -
102 -#log = @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql
103 -#gdb
104 -#debug = d:t:i:o,/tmp/mysqld.trace
105 -#one-thread
106 -
107 -# uncomment the following directives if you are using BDB tables
108 -#bdb_cache_size = 4M
109 -#bdb_max_lock = 10000
110 -
111 -# the following is the InnoDB configuration
112 -# if you wish to disable innodb instead
113 -# uncomment just the next line
114 -#skip-innodb
115 -#
116 -# the rest of the innodb config follows:
117 -# don't eat too much memory, we're trying to be safe on 64Mb boxes
118 -# you might want to bump this up a bit on boxes with more RAM
119 -innodb_buffer_pool_size = 16M
120 -# this is the default, increase it if you have lots of tables
121 -innodb_additional_mem_pool_size = 2M
122 -#
123 -# i'd like to use @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/innodb, but that is seen as a database :-(
124 -# and upstream wants things to be under @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/, so that's the route
125 -# we have to take for the moment
126 -#innodb_data_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
127 -#innodb_log_group_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
128 -# you may wish to change this size to be more suitable for your system
129 -# the max is there to avoid run-away growth on your machine
130 -innodb_data_file_path = ibdata1:10M:autoextend:max:128M
131 -# we keep this at around 25% of of innodb_buffer_pool_size
132 -# sensible values range from 1MB to (1/innodb_log_files_in_group*innodb_buffer_pool_size)
133 -innodb_log_file_size = 5M
134 -# this is the default, increase it if you have very large transactions going on
135 -innodb_log_buffer_size = 8M
136 -# this is the default and won't hurt you
137 -# you shouldn't need to tweak it
138 -innodb_log_files_in_group=2
139 -# see the innodb config docs, the other options are not always safe
140 -innodb_flush_log_at_trx_commit = 1
141 -innodb_lock_wait_timeout = 50
142 -innodb_file_per_table
143 -
144 -[mysqldump]
145 -quick
146 -max_allowed_packet = 16M
147 -
148 -[mysql]
149 -# uncomment the next directive if you are not familiar with SQL
150 -#safe-updates
151 -
152 -[isamchk]
153 -key_buffer = 20M
154 -sort_buffer_size = 20M
155 -read_buffer = 2M
156 -write_buffer = 2M
157 -
158 -[myisamchk]
159 -key_buffer = 20M
160 -sort_buffer_size = 20M
161 -read_buffer = 2M
162 -write_buffer = 2M
163 -
164 -[mysqlhotcopy]
165 -interactive-timeout