mariadb/plugin/server_audit
Vladislav Vaintroub 3d6eb7afcf MDEV-25602 get rid of __WIN__ in favor of standard _WIN32
This fixed the MySQL bug# 20338 about misuse of double underscore
prefix __WIN__, which was old MySQL's idea of identifying Windows
Replace it by _WIN32 standard symbol for targeting Windows OS
(both 32 and 64 bit)

Not that connect storage engine is not fixed in this patch (must be
fixed in "upstream" branch)
2021-06-06 13:21:03 +02:00
..
CMakeLists.txt Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
COPYING Update FSF Address 2019-05-11 21:29:06 +03:00
plugin_audit_v4.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
server_audit.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
test_audit_v4.c MDEV-18350 Using audit plugin with MySQL, mysqld crashes when running COM_INIT_DB against invalid database. 2019-07-26 08:44:43 +04:00