summary refs log tree commit diff
path: root/jenkins-sqlite.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-09Drop replication log levelsErik Johnston2-3/+2
2016-09-09Deduplicate presence in _update_statesErik Johnston1-0/+6
2016-09-09Check if destination is ready for retry earlierErik Johnston1-15/+16
2016-09-09Fix tightloop on sending transactionErik Johnston1-122/+134
2016-09-09Use the previous MAX value if any to set the stream_idMark Haines1-1/+2
2016-09-09Track the max_stream_device_id in a separate table, since we delete from the ...Mark Haines4-4/+37
2016-09-09Correctly guard against multiple concurrent transactionsErik Johnston1-38/+41
2016-09-09Bump changelog and versionErik Johnston2-2/+9
2016-09-09Just move the schema and add some DROPsMark Haines2-35/+4
2016-09-09Reduce batch size to be under SQL limitErik Johnston1-1/+1
2016-09-09Update last_device_stream_id_by_dest if there is nothing to sendErik Johnston1-0/+1
2016-09-08Only catch databas errorsMark Haines