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

Add support for the data type MYSQL_TYPE_TYPED_ARRAY #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ruanhang1993
Copy link

Add support for the data type MYSQL_TYPE_TYPED_ARRAY.
mysql/mysql-server@9082b6a

@ruanhang1993
Copy link
Author

More details see #104.

@osheroff
Copy link
Owner

hi,
can you tell me how to reproduce getting mysql to generate a TYPED_ARRAY event? I'd like to integration test this but am not sure quite how.

@ruanhang1993
Copy link
Author

ruanhang1993 commented Mar 26, 2023

Hi, @osheroff ,
Actually I am not sure when this type will occur in MySQL. I have added some unit tests for this.
The code for this type deserialization is a reference to another tool canal at https://github.com/alibaba/canal/blob/master/dbsync/src/main/java/com/taobao/tddl/dbsync/binlog/event/TableMapLogEvent.java#L546.

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