mirror of
https://github.com/MariaDB/server.git
synced 2026-02-15 23:28:40 +01:00
Replace if-else chain with a single bitwise AND check when filtering query events by type (DDL, DML, DCL, etc.). The removes the need for the goto statements. Additionally, we remove the orig_query variable as it served no purpose. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| COPYING | ||
| plugin_audit_v4.h | ||
| server_audit.c | ||
| test_audit_v4.c | ||