-
Notifications
You must be signed in to change notification settings - Fork 72
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
first_blob 方法 解包异常 #22
Comments
mysql8.0 版本,另解析出的日期不正确,还有些列的数据解析结果为null,但实际是有数据的 |
|
我给你ibd 文件吧,不存在数据安全问题,给我一个邮箱 |
文件已发你邮箱,谢谢 |
------------------ 原始邮件 ------------------
发件人: "ddcw/ibd2sql" ***@***.***>;
发送时间: 2024年6月3日(星期一) 上午9:16
***@***.***>;
***@***.******@***.***>;
主题: Re: [ddcw/ibd2sql] first_blob 方法 解包异常 (Issue #22)
unpack requires a buffer of 12 bytes 应该是忘记判断entry为空的情况了....
解析出来的数据不正确的话, 这是属于严重BUG了. 估计是instant的问题了. (可以先使用ibd2sdi xxx.ibd | grep se_private_data | grep default确认下是否含有instant)
如果是测试环境的话, 请提供下原始的ibd文件吧. 或者提供下报错附近的DEBUG信息
解析ibd文件,部分成功解析,解析过程有异常: unpack requires a buffer of 12 bytes,如需要可提供ibd 文件
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
从QQ邮箱发来的超大附件
article.rar (14.68M, 无限期)进入下载页面:https://mail.qq.com/cgi-bin/ftnExs_download?k=233163627a12769e229ff3711f37514e1b4506030a0502534e08015b011a015654064e5001525b4c075702505f56015305030151393c630011450a0155524d130243635f&t=exs_ftn_download&code=c1cb97ca
|
目前解析发现 第三行第5字段存在编码问题. PAGE NO:193 OFFSET:1225:1231 具体值为: b'\xe8\x00\x00\x00\xf3\x92' (这里做decode的时候有问题, 但它前后均能正常decode), CHECKSUM 值一致, 原因未知. |
在解析过程中,是否可以设置 字段字符集为 utf8mb3,我似乎在哪里看到过utf8mb3这样的编码,不知道会不有影响到解析,我对python 不懂,遇到代码问题,也不会具体调试。感谢感谢 |
目前不支持指定字符集. (utf8和ascii均能自动识别.). utf8mb3和utf8mb4均对应python的utf8. 应该不是这个问题. |
好的,我试着看下 \xe8\x00\x00\x00\xf3\x92的问题,后面instant 还得辛苦您 |
通过这个软件,可以查到,大概有233 条数据,现在通过现有版本可以导出136 条数据。至于遇到的无法解码的可以置为null.
…------------------ 原始邮件 ------------------
发件人: "ddcw/ibd2sql" ***@***.***>;
发送时间: 2024年6月3日(星期一) 下午2:37
***@***.***>;
***@***.******@***.***>;
主题: Re: [ddcw/ibd2sql] first_blob 方法 解包异常 (Issue #22)
在解析过程中,是否可以设置 字段字符集为 utf8mb3,我似乎在哪里看到过utf8mb3这样的编码,不知道会不有影响到解析,我对python 不懂,遇到代码问题,也不会具体调试。感谢感谢
目前不支持指定字符集. (utf8和ascii均能自动识别.). utf8mb3和utf8mb4均对应python的utf8. 应该不是这个问题.
个别字符影响不大, 我再看下后面的日期问题和null问题(应该是instant的问题)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
解析ibd文件,部分成功解析,解析过程有异常:
unpack requires a buffer of 12 bytes,如需要可提供ibd 文件
The text was updated successfully, but these errors were encountered: