File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
dev/reference/tools/sync-diff-inspector
v2.1/reference/tools/sync-diff-inspector
v3.0/reference/tools/sync-diff-inspector
v3.1/reference/tools/sync-diff-inspector Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ fix-sql-file = "fix.sql"
185
185
# Uses the snapshot function of TiDB.
186
186
# If enabled, the history data is used for comparison.
187
187
# snapshot = "2016-10-08 16:45:26"
188
+ # Sets the `sql-mode` of the database to parse table structures.
189
+ # sql-mode = ""
188
190
189
191
# Configuration of the target database instance
190
192
[target-db ]
@@ -195,6 +197,8 @@ fix-sql-file = "fix.sql"
195
197
# Uses the snapshot function of TiDB.
196
198
# If enabled, the history data is used for comparison.
197
199
# snapshot = "2016-10-08 16:45:26"
200
+ # Sets the `sql-mode` of the database to parse table structures.
201
+ # sql-mode = ""
198
202
```
199
203
200
204
### Run sync-diff-inspector
Original file line number Diff line number Diff line change @@ -186,6 +186,8 @@ fix-sql-file = "fix.sql"
186
186
# Uses the snapshot function of TiDB.
187
187
# If enabled, the history data is used for comparison.
188
188
# snapshot = "2016-10-08 16:45:26"
189
+ # Sets the `sql-mode` of the database to parse table structures.
190
+ # sql-mode = ""
189
191
190
192
# Configuration of the target database instance
191
193
[target-db ]
@@ -196,6 +198,8 @@ fix-sql-file = "fix.sql"
196
198
# Uses the snapshot function of TiDB.
197
199
# If enabled, the history data is used for comparison.
198
200
# snapshot = "2016-10-08 16:45:26"
201
+ # Sets the `sql-mode` of the database to parse table structures.
202
+ # sql-mode = ""
199
203
```
200
204
201
205
### Run sync-diff-inspector
Original file line number Diff line number Diff line change @@ -186,6 +186,8 @@ fix-sql-file = "fix.sql"
186
186
# Uses the snapshot function of TiDB.
187
187
# If enabled, the history data is used for comparison.
188
188
# snapshot = "2016-10-08 16:45:26"
189
+ # Sets the `sql-mode` of the database to parse table structures.
190
+ # sql-mode = ""
189
191
190
192
# Configuration of the target database instance
191
193
[target-db ]
@@ -196,6 +198,8 @@ fix-sql-file = "fix.sql"
196
198
# Uses the snapshot function of TiDB.
197
199
# If enabled, the history data is used for comparison.
198
200
# snapshot = "2016-10-08 16:45:26"
201
+ # Sets the `sql-mode` of the database to parse table structures.
202
+ # sql-mode = ""
199
203
```
200
204
201
205
### Run sync-diff-inspector
Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ fix-sql-file = "fix.sql"
185
185
# Uses the snapshot function of TiDB.
186
186
# If enabled, the history data is used for comparison.
187
187
# snapshot = "2016-10-08 16:45:26"
188
+ # Sets the `sql-mode` of the database to parse table structures.
189
+ # sql-mode = ""
188
190
189
191
# Configuration of the target database instance
190
192
[target-db ]
@@ -195,6 +197,8 @@ fix-sql-file = "fix.sql"
195
197
# Uses the snapshot function of TiDB.
196
198
# If enabled, the history data is used for comparison.
197
199
# snapshot = "2016-10-08 16:45:26"
200
+ # Sets the `sql-mode` of the database to parse table structures.
201
+ # sql-mode = ""
198
202
```
199
203
200
204
### Run sync-diff-inspector
You can’t perform that action at this time.
0 commit comments