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
Fixed some compile errors
This commit is contained in:
@@ -158,8 +158,8 @@ public:
|
||||
return NULL;
|
||||
|
||||
#else
|
||||
*len = thd->query_length;
|
||||
return thd->query;
|
||||
*len = thd->query_length();
|
||||
return thd->query();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user