mariadb/vio
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
..
docs MDEV-17926 FederatedX TODO is obsolete 2018-12-12 00:31:04 +01:00
CMakeLists.txt Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
test-ssl.c Update FSF Address 2019-05-11 21:29:06 +03:00
test-sslclient.c Update FSF Address 2019-05-11 21:29:06 +03:00
test-sslserver.c Update FSF Address 2019-05-11 21:29:06 +03:00
vio.c Merge 10.4 into 10.5 2020-08-10 21:38:55 +03:00
vio_priv.h Merge 10.4 into 10.5 2020-08-01 14:42:51 +03:00
viopipe.c MDEV-23348 vio_shutdown does not prevent later ReadFile on named pipe 2020-08-03 13:23:38 +02:00
viosocket.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
viossl.c Merge 10.5 into 10.6 2021-03-27 18:03:03 +02:00
viosslfactories.c Merge 10.4 into 10.5 2020-06-18 13:58:54 +03:00
viotest-ssl.c Update FSF Address 2019-05-11 21:29:06 +03:00
viotest-sslconnect.cc Update FSF Address 2019-05-11 21:29:06 +03:00
viotest.cc Update FSF Address 2019-05-11 21:29:06 +03:00