Skip to content

Commit a841826

Browse files
committed
Merge branch 'mysql-8.4' into mysql-trunk
Change-Id: Id6fbceade63d80ac1ee65337c1393d98a89c16e4
2 parents 787b5eb + 956f544 commit a841826

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mysql-test/suite/perfschema/t/dd_version_check.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ insert into test.pfs_published_schema
154154
values("MySQL 8.3.0", 80300,
155155
"afbf2a0d7acbbfb83e77e4e3fcf78af9d5d83131c5f275c19017b5d1be6e0d88");
156156

157+
insert into test.pfs_published_schema
158+
values("MySQL 8.4.3", 80403,
159+
"d80d586539a4f2292716e8620fe48360b9a9a2bf34bf06f45e25a0a5616cb0a5");
160+
157161
insert into test.pfs_published_schema
158162
values("MySQL 9.0.0", 90000,
159163
"fefb8c85575ab81e8c5a9517b11d21180bf8ae90213740e8636ef0ebf59cfe94");

storage/perfschema/pfs_dd_version.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@
228228
- WL#15059: PERFORMANCE_SCHEMA, OTEL TRACE INTERFACE
229229
New column TELEMETRY_ACTIVE added to performance_schema.threads
230230
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+
231237
80200:
232238
233239
- WL#15199: PERFORMANCE_SCHEMA, OTEL METRICS INTERFACE

0 commit comments

Comments
 (0)