Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tidb-lightning/tidb-lightning-error-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CREATE TABLE conflict_error_v1 (
| 列名 | 语法 | 类型 | 冲突 | 说明 |
| ------------ | ------ | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| task_id | ✓ | ✓ | ✓ | 生成此错误的 TiDB Lightning 任务 ID |
| create_table | ✓ | ✓ | ✓ | 记录错误的时间 |
| create_time | ✓ | ✓ | ✓ | 记录错误的时间 |
| table_name | ✓ | ✓ | ✓ | 包含错误的表的名称,格式为 ``'`db`.`tbl`'`` |
| path | ✓ | ✓ | | 包含错误文件的路径 |
| offset | ✓ | ✓ | | 文件中发现错误的字节位置 |
Expand Down Expand Up @@ -303,4 +303,4 @@ CREATE TABLE conflict_error_v1 (
raw_value: 0x000000000000002A
raw_handle: 0x7480000000000000C15F72800000000000002A
raw_row: 0x800001000000020A0066696674792D666F7572
```
```