Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ public CompactionInfo findNextToCompact(FindNextCompactRequest rqst) throws Meta
sb.append("\"CQ_POOL_NAME\" IS NULL OR \"CQ_ENQUEUE_TIME\" < (")
.append(getEpochFn(dbProduct)).append(" - ").append(poolTimeout).append(")");
}
sb.append(" ORDER BY \"CQ_ID\" ASC");
String query = sb.toString();
stmt = dbConn.prepareStatement(query);
if (hasPoolName) {
Expand Down