Skip to content

Commit

Permalink
WL#11542 A SQL function to inject data into the audit log
Browse files Browse the repository at this point in the history
Post-push fix: Clang compilation warning fixed.
  • Loading branch information
maras007 committed Sep 28, 2018
1 parent 89236fa commit 27efb63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/audit_api_message_emit/audit_api_message_emit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ REQUIRES_SERVICE_PLACEHOLDER(mysql_audit_api_message);
*/
class IError_handler {
public:
/**
Virtual destructor.
*/
virtual ~IError_handler() {}
/**
Error reporting method.
Expand Down

0 comments on commit 27efb63

Please sign in to comment.