yandex / yandex/mysync

information_schema.PROCESSLIST is deprecated

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
81
Forks
19
Avg merge
23h 43m
Merged PRs (30d)
6

Description

From MySQL 8.2 changelog:
https://dev.mysql.com/doc/relnotes/mysql/8.2/en/news-8-2-0.html

INFORMATION_SCHEMA.PROCESSLIST is deprecated and subject to removal in a future MySQL release. As such, the implementation of SHOW PROCESSLIST which uses that table is also deprecated.

It is recommended to use the Performance Schema implementation of SHOW PROCESSLIST instead. As such, performance_schema_show_processlist is also deprecated and subject to removal in a future MySQL release. (WL #15915)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the MySQL 8.2 changelog and the linked INFORMATION_SCHEMA.PROCESSLIST, SHOW PROCESSLIST, and performance_schema_show_processlist documentation. Then locate the affected process-list usage in the repository and determine the replacement scope; done should mean the deprecated implementation is no longer required and relevant behavior remains covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, mysql
Domain
databases
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.