Skip to content

Tags: arvindsasikumar/mysql-db-sync

Tags

2.1

Toggle 2.1's commit message
Add files via upload

2.0

Toggle 2.0's commit message
Add files via upload

1.11

Toggle 1.11's commit message
Add files via upload

1.1

Toggle 1.1's commit message
Add files via upload

Changelog:
-> The API now prints what's happening to System.out in a very verbose manner.
-> A massive bug has been found and replaced. The liveSync() method when called after sync() would immediately start executing since there was no provision to wait for the sync() method to end before the liveSync() method is called. This functionality is now provided by the hold method which basically waits for the DBSynchronizer thread to finish its run before continuing further execution.
-> Minor code changes in the lastSyncTimestamp() function that could throw an exception inside the DBSynchronizer class. Some other minor changes elsewhere.

1.0

Toggle 1.0's commit message
Add files via upload