mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A bit of MySQL cleanup - removed unused events, consolidated similar events, fixed up main.bro a bit
This commit is contained in:
parent
45d5080870
commit
e2ad93c543
6 changed files with 167 additions and 82 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
static bool Available()
|
||||
{
|
||||
return ( mysql_command_response || mysql_server_version || mysql_debug || mysql_handshake_response || mysql_login || mysql_command_request );
|
||||
return ( mysql_command_request || mysql_error || mysql_ok || mysql_server_version || mysql_handshake );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue