-
Notifications
You must be signed in to change notification settings - Fork 2
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
(deprecated) Docstring 수정 #56
Conversation
…event memory leak in MariadbBinLogCheckPointEvent
…MariadbBinLogCheckPointEvent annotation
mariadb-10.6: | ||
image: mariadb:10.6 | ||
environment: | ||
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: 1 | ||
ports: | ||
- "3308:3306" | ||
command: | | ||
--server-id=1 | ||
--default-authentication-plugin=mysql_native_password | ||
--log-bin=master-bin | ||
--binlog-format=row | ||
--log-slave-updates=on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앞에 다른 커밋들로 인해 다른 작업이 여기 브랜치에 섞여 들어간 것 같아서 제외가 필요해보입니다 👀
(아니면 여기 커밋 내용 그대로 upstream에 반영될거 고려해서 새로운 브랜치 만들어서 다시 작업해도 괜찮을 것 같구요..!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그러네요..! 제가 branch를 처음에 잘못 팠나봅니다.. 죄송합니다
브랜치 새롭게 만들어서 다시 작업하는 것도 좋을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 아니에요 괜찮습니다!! 브랜치가 매번 여러 작업 하다보면 꼬이기 쉬운 것 같아요🥲
#58 여기에 새로운 브랜치 만들어둬서 작업하신 내용 이쪽으로 다시 추가해주시면 되겠습니다!
여기 PR은 close 시킬게요 :)
Resolve #43