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/mariadb/files/
Date: Wed, 27 Feb 2019 05:35:43
Message-Id: 1551245726.95580e49776b6d9c6248723bd931790590d299f1.bman@gentoo
1 commit: 95580e49776b6d9c6248723bd931790590d299f1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 12 16:25:58 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 05:35:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95580e49
7
8 dev-db/mariadb: remove unused files
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/mariadb/files/my.cnf-5.1 | 145 ----------------------------------------
14 dev-db/mariadb/files/my.cnf-5.6 | 142 ---------------------------------------
15 2 files changed, 287 deletions(-)
16
17 diff --git a/dev-db/mariadb/files/my.cnf-5.1 b/dev-db/mariadb/files/my.cnf-5.1
18 deleted file mode 100644
19 index ec5abfbde9d..00000000000
20 --- a/dev-db/mariadb/files/my.cnf-5.1
21 +++ /dev/null
22 @@ -1,145 +0,0 @@
23 -# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration file.
24 -
25 -# The following options will be passed to all MySQL clients
26 -[client]
27 -#password = your_password
28 -port = 3306
29 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
30 -
31 -[mysql]
32 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
33 -default-character-set=utf8
34 -
35 -[mysqladmin]
36 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
37 -default-character-set=utf8
38 -
39 -[mysqlcheck]
40 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
41 -default-character-set=utf8
42 -
43 -[mysqldump]
44 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
45 -default-character-set=utf8
46 -
47 -[mysqlimport]
48 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
49 -default-character-set=utf8
50 -
51 -[mysqlshow]
52 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
53 -default-character-set=utf8
54 -
55 -[myisamchk]
56 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
57 -
58 -[myisampack]
59 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
60 -
61 -# use [safe_mysqld] with mysql-3
62 -[mysqld_safe]
63 -err-log = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err
64 -
65 -# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
66 -[mysqld]
67 -character-set-server = utf8
68 -user = mysql
69 -port = 3306
70 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
71 -pid-file = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
72 -log-error = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
73 -basedir = @GENTOO_PORTAGE_EPREFIX@/usr
74 -datadir = @DATADIR@
75 -skip-external-locking
76 -key_buffer = 16M
77 -max_allowed_packet = 1M
78 -table_open_cache = 64
79 -sort_buffer_size = 512K
80 -net_buffer_length = 8K
81 -read_buffer_size = 256K
82 -read_rnd_buffer_size = 512K
83 -myisam_sort_buffer_size = 8M
84 -language = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/english
85 -
86 -# security:
87 -# using "localhost" in connects uses sockets by default
88 -# skip-networking
89 -bind-address = 127.0.0.1
90 -
91 -log-bin
92 -server-id = 1
93 -
94 -# point the following paths to different dedicated disks
95 -tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
96 -#log-update = @GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname
97 -
98 -# you need the debug USE flag enabled to use the following directives,
99 -# if needed, uncomment them, start the server and issue
100 -# #tail -f @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.trace
101 -# this will show you *exactly* what's happening in your server ;)
102 -
103 -#log = @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql
104 -#gdb
105 -#debug = d:t:i:o,/tmp/mysqld.trace
106 -#one-thread
107 -
108 -# uncomment the following directives if you are using BDB tables
109 -#bdb_cache_size = 4M
110 -#bdb_max_lock = 10000
111 -
112 -# the following is the InnoDB configuration
113 -# if you wish to disable innodb instead
114 -# uncomment just the next line
115 -#skip-innodb
116 -#
117 -# the rest of the innodb config follows:
118 -# don't eat too much memory, we're trying to be safe on 64Mb boxes
119 -# you might want to bump this up a bit on boxes with more RAM
120 -innodb_buffer_pool_size = 16M
121 -# this is the default, increase it if you have lots of tables
122 -innodb_additional_mem_pool_size = 2M
123 -#
124 -# i'd like to use @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/innodb, but that is seen as a database :-(
125 -# and upstream wants things to be under @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/, so that's the route
126 -# we have to take for the moment
127 -#innodb_data_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
128 -#innodb_log_arch_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
129 -#innodb_log_group_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
130 -# you may wish to change this size to be more suitable for your system
131 -# the max is there to avoid run-away growth on your machine
132 -innodb_data_file_path = ibdata1:10M:autoextend:max:128M
133 -# we keep this at around 25% of of innodb_buffer_pool_size
134 -# sensible values range from 1MB to (1/innodb_log_files_in_group*innodb_buffer_pool_size)
135 -innodb_log_file_size = 5M
136 -# this is the default, increase it if you have very large transactions going on
137 -innodb_log_buffer_size = 8M
138 -# this is the default and won't hurt you
139 -# you shouldn't need to tweak it
140 -innodb_log_files_in_group=2
141 -# see the innodb config docs, the other options are not always safe
142 -innodb_flush_log_at_trx_commit = 1
143 -innodb_lock_wait_timeout = 50
144 -innodb_file_per_table
145 -
146 -[mysqldump]
147 -quick
148 -max_allowed_packet = 16M
149 -
150 -[mysql]
151 -# uncomment the next directive if you are not familiar with SQL
152 -#safe-updates
153 -
154 -[isamchk]
155 -key_buffer = 20M
156 -sort_buffer_size = 20M
157 -read_buffer = 2M
158 -write_buffer = 2M
159 -
160 -[myisamchk]
161 -key_buffer = 20M
162 -sort_buffer_size = 20M
163 -read_buffer = 2M
164 -write_buffer = 2M
165 -
166 -[mysqlhotcopy]
167 -interactive-timeout
168
169 diff --git a/dev-db/mariadb/files/my.cnf-5.6 b/dev-db/mariadb/files/my.cnf-5.6
170 deleted file mode 100644
171 index f3a433d3956..00000000000
172 --- a/dev-db/mariadb/files/my.cnf-5.6
173 +++ /dev/null
174 @@ -1,142 +0,0 @@
175 -# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration file.
176 -
177 -# The following options will be passed to all MySQL clients
178 -[client]
179 -#password = your_password
180 -port = 3306
181 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
182 -
183 -[mysql]
184 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
185 -default-character-set=utf8
186 -
187 -[mysqladmin]
188 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
189 -default-character-set=utf8
190 -
191 -[mysqlcheck]
192 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
193 -default-character-set=utf8
194 -
195 -[mysqldump]
196 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
197 -default-character-set=utf8
198 -
199 -[mysqlimport]
200 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
201 -default-character-set=utf8
202 -
203 -[mysqlshow]
204 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
205 -default-character-set=utf8
206 -
207 -[myisamchk]
208 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
209 -
210 -[myisampack]
211 -character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
212 -
213 -# use [safe_mysqld] with mysql-3
214 -[mysqld_safe]
215 -err-log = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err
216 -
217 -# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
218 -[mysqld]
219 -character-set-server = utf8
220 -user = mysql
221 -port = 3306
222 -socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
223 -pid-file = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
224 -log-error = @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
225 -basedir = @GENTOO_PORTAGE_EPREFIX@/usr
226 -datadir = @DATADIR@
227 -skip-external-locking
228 -key_buffer_size = 16M
229 -max_allowed_packet = 4M
230 -table_open_cache = 400
231 -sort_buffer_size = 512K
232 -net_buffer_length = 16K
233 -read_buffer_size = 256K
234 -read_rnd_buffer_size = 512K
235 -myisam_sort_buffer_size = 8M
236 -lc_messages_dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
237 -#Set this to your desired error message language
238 -lc_messages = en_US
239 -
240 -# security:
241 -# using "localhost" in connects uses sockets by default
242 -# skip-networking
243 -bind-address = 127.0.0.1
244 -
245 -log-bin
246 -server-id = 1
247 -
248 -# point the following paths to different dedicated disks
249 -tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
250 -#log-update = @GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname
251 -
252 -# you need the debug USE flag enabled to use the following directives,
253 -# if needed, uncomment them, start the server and issue
254 -# #tail -f @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.trace
255 -# this will show you *exactly* what's happening in your server ;)
256 -
257 -#log = @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql
258 -#gdb
259 -#debug = d:t:i:o,/tmp/mysqld.trace
260 -#one-thread
261 -
262 -# the rest of the innodb config follows:
263 -# don't eat too much memory, we're trying to be safe on 64Mb boxes
264 -# you might want to bump this up a bit on boxes with more RAM
265 -innodb_buffer_pool_size = 128M
266 -#
267 -# i'd like to use @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/innodb, but that is seen as a database :-(
268 -# and upstream wants things to be under @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/, so that's the route
269 -# we have to take for the moment
270 -#innodb_data_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
271 -#innodb_log_arch_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
272 -#innodb_log_group_home_dir = @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/
273 -# you may wish to change this size to be more suitable for your system
274 -# the max is there to avoid run-away growth on your machine
275 -innodb_data_file_path = ibdata1:10M:autoextend:max:128M
276 -# we keep this at around 25% of of innodb_buffer_pool_size
277 -# sensible values range from 1MB to (1/innodb_log_files_in_group*innodb_buffer_pool_size)
278 -innodb_log_file_size = 48M
279 -# this is the default, increase it if you have very large transactions going on
280 -innodb_log_buffer_size = 8M
281 -# this is the default and won't hurt you
282 -# you shouldn't need to tweak it
283 -innodb_log_files_in_group=2
284 -# see the innodb config docs, the other options are not always safe
285 -innodb_flush_log_at_trx_commit = 1
286 -innodb_lock_wait_timeout = 50
287 -innodb_file_per_table
288 -
289 -# Uncomment this to get FEDERATED engine support
290 -#plugin-load=federated=ha_federated.so
291 -loose-federated
292 -
293 -[mysqldump]
294 -quick
295 -max_allowed_packet = 16M
296 -
297 -[mysql]
298 -# uncomment the next directive if you are not familiar with SQL
299 -#safe-updates
300 -
301 -[isamchk]
302 -key_buffer_size = 20M
303 -sort_buffer_size = 20M
304 -read_buffer = 2M
305 -write_buffer = 2M
306 -
307 -[myisamchk]
308 -key_buffer_size = 20M
309 -sort_buffer_size = 20M
310 -read_buffer_size = 2M
311 -write_buffer_size = 2M
312 -
313 -[mysqlhotcopy]
314 -interactive-timeout
315 -
316 -[mariadb]