Skip to content

Commit

Permalink
fix doc detail-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcw committed Aug 9, 2024
1 parent e571766 commit 05dc33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ python3 main.py /PATH/your_dir/xxxx.ibd --sql --ddl > xxx.sql

Python3 is called Python on Windows

Path usage '\' instead of '/'
Path usage '\\' instead of '/'

```shell
python main.py F:\t20240627\test\ddcw_char_ascii.ibd --sql --ddl
Expand Down
2 changes: 1 addition & 1 deletion ibd2sql/innodb_page_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class record_header(object):
--------------------------------------------------------------------------------------------------------
| NO USE | (1 bit) | INSTANT FLAG |
--------------------------------------------------------------------------------------------------------
| NO USE | (1 bit) | 没使用 |
| NO USE | (1 bit) | ROW VERSION FLAG |
--------------------------------------------------------------------------------------------------------
| deleted | (1 bit) | 表示是否被标记为删除 |
--------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 05dc33c

Please sign in to comment.