You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- update .result file for ndb_rpl_circular_2ch_rep_status.result with
new deprecation warnings which occurs when selecting from
INFORMATION_SCHEMA.GLOBAL_STATUS
Copy file name to clipboardExpand all lines: mysql-test/suite/ndb_rpl/r/ndb_rpl_circular_2ch_rep_status.result
+16
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,15 @@ select variable_name, variable_value from information_schema.global_status
20
20
where variable_name='Ndb_slave_max_replicated_epoch';
21
21
variable_name variable_value
22
22
NDB_SLAVE_MAX_REPLICATED_EPOCH 0
23
+
Warnings:
24
+
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
23
25
Master1(3)
24
26
select variable_name, variable_value from information_schema.global_status
25
27
where variable_name='Ndb_slave_max_replicated_epoch';
26
28
variable_name variable_value
27
29
NDB_SLAVE_MAX_REPLICATED_EPOCH 0
30
+
Warnings:
31
+
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
28
32
Make a change originating at Cluster A
29
33
Master(1)
30
34
use test;
@@ -47,6 +51,8 @@ select variable_name, variable_value from information_schema.global_status
47
51
where variable_name='Ndb_slave_max_replicated_epoch';
48
52
variable_name variable_value
49
53
NDB_SLAVE_MAX_REPLICATED_EPOCH 0
54
+
Warnings:
55
+
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
50
56
Slave server on Cluster A has current value for Max Replicated Epoch
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
66
74
Now wait for all replication to quiesce
67
75
Now swap replication channels around
68
76
include/rpl_stop_slaves.inc
@@ -93,6 +101,8 @@ select variable_name, variable_value from information_schema.global_status
93
101
where variable_name='Ndb_slave_max_replicated_epoch';
94
102
variable_name variable_value
95
103
NDB_SLAVE_MAX_REPLICATED_EPOCH 0
104
+
Warnings:
105
+
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
96
106
Master1 (3)
97
107
Cluster A Master server (old slave) has old Max replicated epoch
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
111
123
Now start slaves up
112
124
include/rpl_start_slaves.inc
113
125
Show that applying something from Cluster B causes the
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
140
154
Now make a new Cluster A change and see that the Max Replicated Epoch advances
Warning 1287 'INFORMATION_SCHEMA.GLOBAL_STATUS' is deprecated and will be removed in a future release. Please use performance_schema.global_status instead
0 commit comments