public class BadAFKThresholdValuePatch extends Patch
This is a bug remedy patch that attempts to turn "bad" afk data to good. In 4.5.2 there was a bug that caused some config setting defaults not being copied, along those AFKThreshold setting, which lead to AFK threshold being read as 0. This in turn lead to full sessions being regarded as having been AFK.
dbType, success
Constructor and Description |
---|
BadAFKThresholdValuePatch() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyPatch() |
boolean |
hasBeenApplied() |
addColumn, dropForeignKeys, dropTable, ensureNoForeignKeyConstraints, hasColumn, hasTable, performOperations, renameTable, shouldBeExecuted
executeTransaction
execute, execute, executeOther, executeSwallowingExceptions, getServerUUID, query, toString, wasSuccessful
public boolean hasBeenApplied()
hasBeenApplied
in class Patch
protected void applyPatch()
applyPatch
in class Patch