This repository was archived by the owner on Aug 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
mysql-test/suite/sysschema Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ memory_by_user_by_current_bytes
2222memory_global_by_current_bytes
2323memory_global_total
2424metrics
25- metrics_56
2625processlist
2726ps_check_lost_instrumentation
2827schema_auto_increment_columns
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ Variable_value text YES NULL
55Type varchar(210) YES NULL
66Enabled varchar(7) NO
77SELECT * FROM sys.metrics;
8- DESC sys.metrics_56;
9- Field Type Null Key Default Extra
10- Variable_name varchar(193) YES NULL
11- Variable_value text YES NULL
12- Type varchar(210) YES NULL
13- Enabled varchar(7) NO
14- SELECT * FROM sys.metrics_56;
Original file line number Diff line number Diff line change @@ -10,13 +10,3 @@ DESC sys.metrics;
1010--disable_result_log
1111SELECT * FROM sys.metrics;
1212--enable_result_log
13-
14-
15- # Ensure structure changes don't slip in
16- DESC sys.metrics_56;
17-
18- # Make sure view select does not error, but ignore results
19- --disable_result_log
20- SELECT * FROM sys.metrics_56;
21- --enable_result_log
22-
You can’t perform that action at this time.
0 commit comments