Skip to content

feat: Migrate audit log and binlog system tables#140

Open
lxy-9602 wants to merge 1 commit into
apache:mainfrom
lxy-9602:add-system-table
Open

feat: Migrate audit log and binlog system tables#140
lxy-9602 wants to merge 1 commit into
apache:mainfrom
lxy-9602:add-system-table

Conversation

@lxy-9602

@lxy-9602 lxy-9602 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Purpose

No Linked issue.

This PR migrates audit-log and binlog system table support.

  • AuditLogSystemTable: exposes table changelog rows through the table$audit_log system table, including row kind and optional sequence fields.
  • BinlogSystemTable: exposes table$binlog reads on top of the audit-log system table path with binlog-specific output shaping.
  • system_table_test.cpp: covers audit-log and binlog system table behavior.

Tests

API and Format

Documentation

Generative AI tooling

Migrate-by: Codex

@lxy-9602

lxy-9602 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Thank you @suxiaogang223 for contributing the audit log and binlog system tables — migrated as part of this batch. 🎉

@zjw1111 zjw1111 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants