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
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-error-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CREATE TABLE conflict_error_v1 (
| Column | Syntax | Type | Conflict | Description |
| ------------ | ------ | ---- | -------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| task_id | ✓ | ✓ | ✓ | The TiDB Lightning task ID that generates this error |
| create_table | ✓ | ✓ | ✓ | The time at which the error is recorded |
| create_time | ✓ | ✓ | ✓ | The time at which the error is recorded |
| table_name | ✓ | ✓ | ✓ | The name of the table that contains the error, in the form of ``'`db`.`tbl`'`` |
| path | ✓ | ✓ | | The path of the file that contains the error |
| offset | ✓ | ✓ | | The byte position in the file where the error is found |
Expand Down