OpenTenBase/TXSQL

扩展show processlist中的字段,能够显示出每个每个thd中当前binlog cache的实际大小

Open

#19 opened on Aug 7, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (224 forks)auto 404
good first issue

Repository metrics

Stars
 (331 stars)
PR merge metrics
 (PR metrics pending)

Description

当前binlog超过binlog cache size的时候,会落本地存储文件,但是该文件不可见。 扩展show processlist中的字段,能够显示出每个每个thd中当前binlog cache的实际大小

Contributor guide