Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcw committed Sep 19, 2024
1 parent 53782a7 commit 10b49d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Useful: parse data with mark of deleted (--delete).

# DOWNLOAD & USAGE

v1.5 url : [https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.5.tar.gz](https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.5.tar.gz)
v1.6 url : [https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.6.tar.gz](https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.6.tar.gz)



Expand Down Expand Up @@ -103,6 +103,7 @@ more example: [docs/ALLTEST.md](https://github.com/ddcw/ibd2sql/blob/main/docs/A
| v1.3 | 2024.05.11 | add support 5.x |
| v1.4 | 2024.05.21 | add support extra page and subpartition |
| v1.5 | 2024.07.10 | add support vector data types and fix INSTANT bug |
| v1.6 | 2024.09.19 | fix some bugs |

detail: [docs/CHANGELOG.md](https://github.com/ddcw/ibd2sql/blob/main/docs/CHANGELOG.md)

Expand Down
3 changes: 2 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

本工具使用纯`python3`编写, 无依赖包, 所以建议直接使用源码.

V1.5 版本下载地址: [https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.5.tar.gz](https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.5.tar.gz)
V1.6 版本下载地址: [https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.6.tar.gz](https://github.com/ddcw/ibd2sql/archive/refs/tags/v1.6.tar.gz)

若要将结果保存到文件, 可使用**重定向**(`python3 main.py xxx.ibd --sql > xxxx.sql`)

Expand Down Expand Up @@ -72,6 +72,7 @@ python main.py F:\t20240627\test\ddcw_char_ascii.ibd --sql --ddl
| v1.3 | 2024.05.11 | 支持mysql 5.6, 5.7 |
| v1.4 | 2024.05.21 | 支持溢出页, 子分区 |
| v1.5 | 2024.07.10 | vector and instant BUG |
| v1.6 | 2024.09.19 | 修复一些bug |

详情: [docs/CHANGELOG.md](https://github.com/ddcw/ibd2sql/blob/main/docs/CHANGELOG.md)

Expand Down

0 comments on commit 10b49d7

Please sign in to comment.