We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用下面的代码: ev, err := streamer.GetEvent(contx) event := ev.Event.(*replication.RowsEvent) 当ev.Header.EventType为replication.WRITE_ROWS_EVENTv1或者为 replication.WRITE_ROWS_EVENTv2时,正常情况下event.Rows会有值,但是测试过程中遇到过ev.Header.EventType为replication.WRITE_ROWS_EVENTv1或者为 replication.WRITE_ROWS_EVENTv2时,event.Rows的长度为0或者nil,不知道什么条件下会出现这种情况。
The text was updated successfully, but these errors were encountered:
duplicate with #811
Sorry, something went wrong.
No branches or pull requests
使用下面的代码:
ev, err := streamer.GetEvent(contx)
event := ev.Event.(*replication.RowsEvent)
当ev.Header.EventType为replication.WRITE_ROWS_EVENTv1或者为 replication.WRITE_ROWS_EVENTv2时,正常情况下event.Rows会有值,但是测试过程中遇到过ev.Header.EventType为replication.WRITE_ROWS_EVENTv1或者为 replication.WRITE_ROWS_EVENTv2时,event.Rows的长度为0或者nil,不知道什么条件下会出现这种情况。
The text was updated successfully, but these errors were encountered: