OpenTenBase / OpenTenBase/TXSQL

mysql gdb调试辅助工具增强

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

Nobody has claimed this yet.

good first issue
Dominant language
C++
Stars
337
Forks
234
PR merge metrics
No merged PRs in 30d

Description

mysql gdb调试辅助工具增强, 有如下具体要求
a). 支持在buffer pool中寻找指定page id的脚本
b) 支持打印页面信息
c) 支持有索引结构(dict_index_t)时打印页面记录

Contributor guide

No contributing guide indexed for this repository

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

No files, tests, or entry points are identified in the issue. Start by locating the existing MySQL GDB helper scripts and the buffer pool, page, and dict_index_t debugging entry points. Done means supporting page-id lookup in the buffer pool, page information output, and record output when an index structure is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, mysql
Domain
databases, devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.