Bug #48563 | si_objects.h uses local constants for incident event types. | ||
---|---|---|---|
Submitted: | 5 Nov 2009 11:46 | Modified: | 5 Nov 2009 11:54 |
Reporter: | Rafal Somla | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[5 Nov 2009 11:46]
Rafal Somla
[5 Nov 2009 11:54]
Rafal Somla
I must apologize - it is not a bug. Looking closer at the implementation I can see that local incident event codes are correctly translated into the types defined in rpl_constants.h. Since si_objects is an interface layer, it makes sense to use local codes for the write_incident_event() function and do explicit conversion.