File: mysqlcheck.result

package info (click to toggle)
mysql-8.0 8.0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,273,924 kB
  • sloc: cpp: 4,684,605; ansic: 412,450; pascal: 108,398; java: 83,641; perl: 30,221; cs: 27,067; sql: 26,594; sh: 24,181; python: 21,816; yacc: 17,169; php: 11,522; xml: 7,388; javascript: 7,076; makefile: 2,194; lex: 1,075; awk: 670; asm: 520; objc: 183; ruby: 97; lisp: 86
file content (362 lines) | stat: -rw-r--r-- 15,498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
DROP TABLE IF EXISTS t1, `t``1`, `t 1`;
drop view if exists v1;
drop database if exists client_test_db;
mtr.asserted_test_suppressions                     OK
mtr.global_suppressions                            OK
mtr.test_ignored_global_suppressions               OK
mtr.test_suppressions                              OK
mysql.columns_priv                                 OK
mysql.component                                    OK
mysql.db                                           OK
mysql.default_roles                                OK
mysql.engine_cost                                  OK
mysql.func                                         OK
mysql.general_log
note     : The storage engine for the table doesn't support analyze
mysql.global_grants                                OK
mysql.gtid_executed                                OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.innodb_index_stats                           OK
mysql.innodb_table_stats                           OK
mysql.password_history                             OK
mysql.plugin                                       OK
mysql.procs_priv                                   OK
mysql.proxies_priv                                 OK
mysql.replication_asynchronous_connection_failover OK
mysql.replication_asynchronous_connection_failover_managed OK
mysql.replication_group_configuration_version      OK
mysql.replication_group_member_actions             OK
mysql.role_edges                                   OK
mysql.server_cost                                  OK
mysql.servers                                      OK
mysql.slave_master_info                            OK
mysql.slave_relay_log_info                         OK
mysql.slave_worker_info                            OK
mysql.slow_log
note     : The storage engine for the table doesn't support analyze
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK
sys.sys_config                                     OK
mtr.asserted_test_suppressions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mtr.global_suppressions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mtr.test_ignored_global_suppressions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mtr.test_suppressions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.columns_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.component
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.db
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.default_roles
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.engine_cost
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.func
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.general_log
note     : The storage engine for the table doesn't support optimize
mysql.global_grants
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.gtid_executed
Warning  : Please do not modify the gtid_executed table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_category
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_keyword
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_relation
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_topic
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.innodb_index_stats
note     : Table does not support optimize, doing recreate + analyze instead
error    : The used command is not allowed with this MySQL version
status   : Operation failed
mysql.innodb_table_stats
note     : Table does not support optimize, doing recreate + analyze instead
error    : The used command is not allowed with this MySQL version
status   : Operation failed
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.password_history
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.plugin
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.procs_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.proxies_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_asynchronous_connection_failover
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_asynchronous_connection_failover_managed
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_group_configuration_version
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_group_member_actions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.role_edges
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.server_cost
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.servers
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_master_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_relay_log_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_worker_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slow_log
note     : The storage engine for the table doesn't support optimize
mysql.tables_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_leap_second
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_name
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition_type
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.user
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
sys.sys_config
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.columns_priv                                 OK
mysql.component                                    OK
mysql.db                                           OK
mysql.default_roles                                OK
mysql.engine_cost                                  OK
mysql.func                                         OK
mysql.general_log
note     : The storage engine for the table doesn't support analyze
mysql.global_grants                                OK
mysql.gtid_executed                                OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.innodb_index_stats                           OK
mysql.innodb_table_stats                           OK
mysql.password_history                             OK
mysql.plugin                                       OK
mysql.procs_priv                                   OK
mysql.proxies_priv                                 OK
mysql.replication_asynchronous_connection_failover OK
mysql.replication_asynchronous_connection_failover_managed OK
mysql.replication_group_configuration_version      OK
mysql.replication_group_member_actions             OK
mysql.role_edges                                   OK
mysql.server_cost                                  OK
mysql.servers                                      OK
mysql.slave_master_info                            OK
mysql.slave_relay_log_info                         OK
mysql.slave_worker_info                            OK
mysql.slow_log
note     : The storage engine for the table doesn't support analyze
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK
mysql.columns_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.component
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.db
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.default_roles
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.engine_cost
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.func
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.general_log
note     : The storage engine for the table doesn't support optimize
mysql.global_grants
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.gtid_executed
Warning  : Please do not modify the gtid_executed table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_category
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_keyword
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_relation
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.help_topic
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.innodb_index_stats
note     : Table does not support optimize, doing recreate + analyze instead
error    : The used command is not allowed with this MySQL version
status   : Operation failed
mysql.innodb_table_stats
note     : Table does not support optimize, doing recreate + analyze instead
error    : The used command is not allowed with this MySQL version
status   : Operation failed
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.password_history
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.plugin
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.procs_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.proxies_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_asynchronous_connection_failover
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_asynchronous_connection_failover_managed
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_group_configuration_version
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.replication_group_member_actions
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.role_edges
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.server_cost
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.servers
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_master_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_relay_log_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slave_worker_info
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.slow_log
note     : The storage engine for the table doesn't support optimize
mysql.tables_priv
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_leap_second
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_name
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.time_zone_transition_type
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
mysql.user
note     : Table does not support optimize, doing recreate + analyze instead
status   : OK
create view v1 as select * from information_schema.routines;
check table v1, information_schema.routines;
Table	Op	Msg_type	Msg_text
test.v1	check	status	OK
information_schema.ROUTINES	check	status	OK
drop view v1;
End of 5.0 tests
End of 5.1 tests
#
# Bug #35269: mysqlcheck behaves different depending on order of parameters
#
#
# Bug#12688860 : SECURITY RECOMMENDATION: PASSWORDS ON CLI
#
DROP DATABASE IF EXISTS b12688860_db;
CREATE DATABASE b12688860_db;
mysqlcheck: [Warning] Using a password on the command line interface can be insecure.
DROP DATABASE b12688860_db;
#
# WL#2284: Increase the length of a user name
#
CREATE USER 'user_with_length_32_abcdefghijkl'@'localhost';
GRANT ALL ON *.* TO 'user_with_length_32_abcdefghijkl'@'localhost';
mysql.user                                         OK
DROP USER 'user_with_length_32_abcdefghijkl'@'localhost';
#
# WL#13292: Deprecate legacy connection compression parameters
#
# exec mysqlcheck --compress: must have a deprecation warning
WARNING: --compress is deprecated and will be removed in a future version. Use --compression-algorithms instead.
# exec mysqlcheck --compression-algorithms: must not have a deprecation warning

End of tests