Skip to content

Commit a65c7d4

Browse files
authored
Fix MySQL visibility select query (#3909)
1 parent 9972e77 commit a65c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/persistence/visibility/store/sql/query_converter_mysql.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func (c *mysqlQueryConverter) buildSelectStmt(
223223
return fmt.Sprintf(
224224
`SELECT %s
225225
FROM executions_visibility ev
226-
INNER JOIN custom_search_attributes
226+
LEFT JOIN custom_search_attributes
227227
USING (%s, %s)
228228
WHERE %s
229229
ORDER BY %s DESC, %s DESC, %s

0 commit comments

Comments
 (0)