File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
mysql-test/suite/perfschema/t Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ insert into test.pfs_published_schema
154
154
values("MySQL 8.3.0", 80300,
155
155
"afbf2a0d7acbbfb83e77e4e3fcf78af9d5d83131c5f275c19017b5d1be6e0d88");
156
156
157
+ insert into test.pfs_published_schema
158
+ values("MySQL 8.4.3", 80403,
159
+ "d80d586539a4f2292716e8620fe48360b9a9a2bf34bf06f45e25a0a5616cb0a5");
160
+
157
161
insert into test.pfs_published_schema
158
162
values("MySQL 9.0.0", 90000,
159
163
"fefb8c85575ab81e8c5a9517b11d21180bf8ae90213740e8636ef0ebf59cfe94");
Original file line number Diff line number Diff line change 228
228
- WL#15059: PERFORMANCE_SCHEMA, OTEL TRACE INTERFACE
229
229
New column TELEMETRY_ACTIVE added to performance_schema.threads
230
230
231
+ 80403:
232
+
233
+ - Bug#31763497 PERFORMANCE DEGRADATION CAUSED BY MONITORING
234
+ SYS.INNODB_LOCK_WAITS IN MYSQL 8.0
235
+ - Table performance_schema.data_lock_waits, add PRIMARY KEY.
236
+
231
237
80200:
232
238
233
239
- WL#15199: PERFORMANCE_SCHEMA, OTEL METRICS INTERFACE
You can’t perform that action at this time.
0 commit comments