| List: | Falcon Storage Engine | « Previous MessageNext Message » | |
| From: | Vladislav Vaintroub | Date: | March 10 2009 11:20am |
| Subject: | Please review implementation of WL#4380 (Hooks for crashing Falcon and its recovery) | ||
| View as plain text | |||
It is here http://lists.mysql.com/commits/68748 The example usage would be like this --falcon_error_inject=type=SerialLogAppend,param=26,iterations=1000 or set global falcon_error_inject=type=SerialLogAppend,param=26,iterations=1 meaning that falcon shall crash after 1000 log entries of type 26 (which is SRLUpdateRecords) are written Except SerialLogAppend events, RecoveryPhase[1|2|3] events are also provided.
