Skip to content

Commit

Permalink
This is an automated cherry-pick of #52888
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
lyzx2001 authored and ti-chi-bot committed Apr 25, 2024
1 parent e406d57 commit 13cdb7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions br/pkg/lightning/errormanager/errormanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ const (
ORDER BY raw_key;
`

<<<<<<< HEAD:br/pkg/lightning/errormanager/errormanager.go

Check failure on line 160 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for FreeBSD job

syntax error: unexpected <<, expected name

Check failure on line 160 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for macos-latest

syntax error: unexpected <<, expected name
=======
deleteNullDataRow = `
DELETE FROM %s.` + ConflictErrorTableName + `
WHERE key_data = '' and row_data = '';
`

>>>>>>> 54ba0ed6840 (lightning: fix delete additionally inserted rows for conflict detection 'replace' mode failed (#52888)):pkg/lightning/errormanager/errormanager.go

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for FreeBSD job

more than one character in rune literal

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for FreeBSD job

invalid character U+0023 '#'

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for FreeBSD job

syntax error: unexpected ) after top level declaration

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for macos-latest

more than one character in rune literal

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for macos-latest

invalid character U+0023 '#'

Check failure on line 167 in br/pkg/lightning/errormanager/errormanager.go

View workflow job for this annotation

GitHub Actions / Compile for macos-latest

syntax error: unexpected ) after top level declaration
insertIntoDupRecord = `
INSERT INTO %s.` + DupRecordTable + `
(task_id, table_name, path, offset, error, row_id, row_data)
Expand Down

0 comments on commit 13cdb7d

Please sign in to comment.