You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
Fix build for MySQL 5.5 and 5.1.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#if MYSQL_VERSION_ID < 50600
|
||||
// for 5.5 and 5.1
|
||||
void vio_timeout(Vio *vio,uint which, uint timeout);
|
||||
extern "C" void vio_timeout(Vio *vio,uint which, uint timeout);
|
||||
#endif
|
||||
|
||||
// utility macro to log also with a date as a prefix
|
||||
|
||||
Reference in New Issue
Block a user