Scenario With No Such Error:
- Drop databasechangeloglock table
- Liquibase Version = 3.0.0
- Run with liquibase.integration.spring.SpringLiquibase
- Executed against mysql database
Scenario with Error
- Drop databasechangeloglock table
- Liquibase Version = 3.0.2
- Run with liquibase.integration.spring.SpringLiquibase
- Executed against mysql database
Any reason why the older version is more stable than the newer one?