Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 434f3fc

Browse files
Updating test cases after removing the metrics_56 view
1 parent 16ba3f4 commit 434f3fc

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

mysql-test/suite/sysschema/r/all_sys_objects_exist.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ memory_by_user_by_current_bytes
2222
memory_global_by_current_bytes
2323
memory_global_total
2424
metrics
25-
metrics_56
2625
processlist
2726
ps_check_lost_instrumentation
2827
schema_auto_increment_columns

mysql-test/suite/sysschema/r/v_metrics.result

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,3 @@ Variable_value text YES NULL
55
Type varchar(210) YES NULL
66
Enabled varchar(7) NO
77
SELECT * 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;

mysql-test/suite/sysschema/t/v_metrics.test

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,3 @@ DESC sys.metrics;
1010
--disable_result_log
1111
SELECT * 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-

0 commit comments

Comments
 (0)