mariadb/plugin/feedback
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 Make sure to recompile the feedback plugin for EMBEDDED 2016-09-27 17:38:47 +02:00
feedback.cc remove mysql_declare_plugin declaration from some plugins 2020-07-04 01:44:47 +02:00
feedback.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sender_thread.cc Reduce usage of strlen() 2021-05-19 22:27:48 +02:00
url_base.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
url_http.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
utils.cc MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00