Browse Source
MDEV-25602 get rid of __WIN__ in favor of standard _WIN32
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)bb-10.6_MDEV-21117
132 changed files with 303 additions and 379 deletions
-
4client/async_example.c
-
2client/client_priv.h
-
14client/mysql.cc
-
8client/mysql_plugin.c
-
8client/mysql_upgrade.c
-
6client/mysqladmin.cc
-
2client/mysqlbinlog.cc
-
4client/mysqlcheck.c
-
4client/mysqldump.c
-
4client/mysqlimport.c
-
4client/mysqlshow.c
-
11client/mysqlslap.c
-
2client/readline.cc
-
2cmake/os/Windows.cmake
-
2config.h.cmake
-
8dbug/dbug.c
-
2extra/innochecksum.cc
-
2extra/mariabackup/ds_stdout.cc
-
2extra/mariabackup/xbstream_read.cc
-
2extra/mariabackup/xbstream_write.cc
-
4extra/mariabackup/xtrabackup.cc
-
10include/my_dbug.h
-
32include/my_global.h
-
4include/my_net.h
-
4include/my_pthread.h
-
6include/my_stacktrace.h
-
14include/mysql.h
-
4include/mysql_com.h
-
4include/thr_alarm.h
-
4include/violite.h
-
2libmysqld/lib_sql.cc
-
16libmysqld/libmysql.c
-
11libmysqld/libmysqld.c
-
8mysys/get_password.c
-
6mysys/mf_keycache.c
-
4mysys/mf_path.c
-
4mysys/mf_tempdir.c
-
13mysys/my_access.c
-
4mysys/my_conio.c
-
2mysys/my_copy.c
-
14mysys/my_default.c
-
2mysys/my_getncpus.c
-
2mysys/my_getpagesize.c
-
2mysys/my_getwd.c
-
2mysys/my_mkdir.c
-
2mysys/my_pthread.c
-
4mysys/my_redel.c
-
2mysys/my_rename.c
-
2mysys/my_sleep.c
-
2mysys/my_wincond.c
-
10mysys/stacktrace.c
-
4mysys/string.c
-
2mysys/thr_alarm.c
-
8mysys/thr_mutex.c
-
2plugin/feedback/utils.cc
-
6plugin/server_audit/server_audit.c
-
2sql/custom_conf.h
-
4sql/hash_filo.cc
-
6sql/hostname.cc
-
2sql/mf_iocache.cc
-
36sql/mysqld.cc
-
2sql/mysqld.h
-
16sql/net_serv.cc
-
4sql/signal_handler.cc
-
2sql/sql_base.cc
-
2sql/sql_class.cc
-
2sql/sql_class.h
-
2sql/sql_connect.cc
-
13sql/sql_const.h
-
2sql/sql_db.cc
-
2sql/sql_load.cc
-
2sql/sql_partition.cc
-
2sql/sql_plugin.cc
-
4sql/sql_profile.cc
-
2sql/sql_profile.h
-
2sql/sql_show.cc
-
2sql/sql_table.cc
-
2sql/sys_vars.cc
-
6sql/udf_example.c
-
14sql/wsrep_sst.cc
-
1storage/connect/CMakeLists.txt
-
2storage/federatedx/ha_federatedx.cc
-
2storage/heap/hp_write.c
-
2storage/innobase/buf/buf0dump.cc
-
2storage/innobase/handler/ha_innodb.cc
-
2storage/innobase/include/univ.i
-
6storage/innobase/row/row0mysql.cc
-
2storage/maria/aria_chk.c
-
2storage/maria/aria_dump_log.c
-
4storage/maria/aria_read_log.c
-
4storage/maria/ma_control_file.c
-
6storage/maria/ma_create.c
-
2storage/maria/ma_info.c
-
4storage/maria/ma_locking.c
-
4storage/maria/ma_loghandler.c
-
6storage/maria/ma_open.c
-
6storage/maria/ma_pagecache.c
-
2storage/maria/ma_sort.c
-
2storage/maria/unittest/ma_pagecache_consist.c
-
2storage/maria/unittest/ma_pagecache_rwconsist.c
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue