You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using go-mysql-org to operate mysqlbinlog, I noticed that the RowsEvent in the handleRowsEvent method is missing the NextLogName attribute from MySQL's binlog. This requires separate handling when operating, which can be inconvenient.
If the NextLogName attribute could be included, it would greatly enhance the convenience of operations. I hope you can consider adding this attribute to RowsEvent.
Thank you for maintaining this project!
The text was updated successfully, but these errors were encountered:
When using go-mysql-org to operate mysqlbinlog, I noticed that the RowsEvent in the handleRowsEvent method is missing the NextLogName attribute from MySQL's binlog. This requires separate handling when operating, which can be inconvenient.
If the NextLogName attribute could be included, it would greatly enhance the convenience of operations. I hope you can consider adding this attribute to RowsEvent.
Thank you for maintaining this project!
The text was updated successfully, but these errors were encountered: