Skip to content

Commit 49d1f89

Browse files
committed
removing sql_bin_log=0
1 parent 1378868 commit 49d1f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/sql/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func BuildRangeInsertQuery(databaseName, originalTableName, ghostTableName strin
232232
%s.%s
233233
force index (%s)
234234
where
235-
((%s and %s) and (%s))
235+
(%s and %s and %s)
236236
%s
237237
)`,
238238
databaseName, originalTableName, databaseName, ghostTableName, mappedSharedColumnsListing,

0 commit comments

Comments
 (0)