Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event 구현 - transaction_context_event #42

Open
ebang091 opened this issue Aug 6, 2023 · 0 comments
Open

event 구현 - transaction_context_event #42

ebang091 opened this issue Aug 6, 2023 · 0 comments

Comments

@ebang091
Copy link

ebang091 commented Aug 6, 2023

https://dev.mysql.com/doc/dev/mysql-server/latest/classbinary__log_1_1Transaction__context__event.html

이 이벤트에는 다음과 같은 정보가 포함됩니다.

  • 서버 UUID: 이벤트를 생성한 서버의 UUID.
  • 스레드 ID: 이벤트를 생성한 서버에서 트랜잭션을 실행하는 스레드의 ID.
  • 접속 상태: 트랜잭션의 접속 상태를 나타내는 플래그.

위 정보들을 저장할 수 있게 구현하려고 합니다.
관심있으신 분은 의견 주시면 함께 구현해도 너무 좋을 것 같습니다!

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

No branches or pull requests

1 participant