Skip to content

Commit 5ce4954

Browse files
committed
fixed format
1 parent 6da2110 commit 5ce4954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tidb-lightning/tidb-lightning-duplicate-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ mysql> select table_name,index_name,key_data,row_data from conflict_error_v1;
106106
107107
table_name | index_name | key_data |row_data
108108
+---------------------+------------+----------+-----------------------------------------------------------------------------+
109-
`tpcc`.`order_line` | PRIMARY | 2 | (2677, 10, 10, 11, 75656, 10, NULL, 5, 5831.97, "HT5DN3EVb6kWTd4L37bsbogj")
110-
`tpcc`.`order_line` | PRIMARY | 3 | (2677, 10, 10, 11, 75656, 10, NULL, 6, 6666.66, "HT5DN3EVb6kWTd4L37bsbogj")
109+
`tpcc`.`order_line` | PRIMARY | 2 | (2677, 10, 10, 11, 75656, 10, NULL, 5, 5831.97, "HT5DN3EVb6kWTd4L37bsbogj")
110+
`tpcc`.`order_line` | PRIMARY | 3 | (2677, 10, 10, 11, 75656, 10, NULL, 6, 6666.66, "HT5DN3EVb6kWTd4L37bsbogj")
111111
+---------------------+------------+----------------------------------------------------------------------------------------+
112112
```
113113

0 commit comments

Comments
 (0)