Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Currently the performance schema uses md5 digests. A sha256 hash is more modern and while the use doesn't require cryptographic security, its an easy enough change.
Attachments
Issue Links
- is part of
-
MDEV-26318 update P_S to 8.0.x
-
- Open
-
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is part of MDEV-28906 [ MDEV-28906 ] |
Labels | Papercut beginner-friendly |
Description |
Currently the performance schema uses md5 digests. A sha256 hash is more modern and while the use doesn't require cryptographic security, its an easy enough change.
[MySQL implementation](https://github.com/mysql/mysql-server/commit/770c93065f88c3c66f8cfef7e7d4f8c8fa12810b). |
Currently the performance schema uses md5 digests. A sha256 hash is more modern and while the use doesn't require cryptographic security, its an easy enough change.
[MySQL implementation|https://github.com/mysql/mysql-server/commit/770c93065f88c3c66f8cfef7e7d4f8c8fa12810b]. |
Link | This issue is part of MDEV-26318 [ MDEV-26318 ] |
Taking a look at this!