### 32 builds not supported mkdir build_x86 && pushd build_x86 cmake -G "Visual Studio 15 2017" -DCMAKE_SYSTEM_VERSION=10.0.17134.0 -DWITH_BOOST=D:\boost .. D:\MySource\mysql-8.0.13\build_x64>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild" /p:Configuration=Debug;Platform=Win32 build_x86\MySQL.sln /t:Rebuild /m /p:BuildInParallel=true D:\MySource\mysql-8.0.13>mkdir build_x86 && pushd build_x86 D:\MySource\mysql-8.0.13\build_x86>cmake -G "Visual Studio 15 2017" -DCMAKE_SYSTEM_VERSION=10.0.17134.0 -DWITH_BOOST=D:\boost .. -- Running cmake version 3.10.0 -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.19.0.windows.1") -- MySQL 8.0.13 -- Selecting Windows SDK version 10.0.16299.0 to target Windows 10.0.17134.0. -- The C compiler identification is MSVC 19.11.25547.0 -- The CXX compiler identification is MSVC 19.11.25547.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x86/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x86/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x86/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x86/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_GENERATOR: Visual Studio 15 2017 CMake Error at cmake/os/Windows.cmake:65 (MESSAGE): 32 bit Windows builds are not supported. Clean the build dir and rebuild using -G "Visual Studio 15 2017 Win64" Call Stack (most recent call first): CMakeLists.txt:331 (INCLUDE) ## 64 mkdir build_x64 && pushd build_x64 cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_SYSTEM_VERSION=10.0.17134.0 -DWITH_BOOST=D:\boost .. D:\MySource\mysql-8.0.13\build_x64>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild" /p:Configuration=Release;Platform=x64 build_x64\MySQL.sln /t:Rebuild /m /p:BuildInParallel=true D:\MySource\mysql-8.0.13\build_x64>cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_SYSTEM_VERSION=10.0.17134.0 -DWITH_BOOST=D:\boost .. -- Running cmake version 3.10.0 -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.19.0.windows.1") -- MySQL 8.0.13 -- Selecting Windows SDK version 10.0.16299.0 to target Windows 10.0.17134.0. -- The C compiler identification is MSVC 19.11.25547.0 -- The CXX compiler identification is MSVC 19.11.25547.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x64/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.11.25503/bin/Hostx64/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_GENERATOR: Visual Studio 15 2017 Win64 -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of void * -- Check size of void * - done -- SIZEOF_VOIDP 8 -- Packaging as: mysql-8.0.13-winx64 -- Local boost dir D:/boost/boost_1_67_0 -- Local boost zip D:/boost/boost_1_67_0.tar.gz -- Found D:/boost/boost_1_67_0/boost/version.hpp -- BOOST_VERSION_NUMBER is #define BOOST_VERSION 106700 -- BOOST_INCLUDE_DIR D:/boost/boost_1_67_0 -- Found Threads: TRUE -- Looking for getnameinfo -- Looking for getnameinfo - found -- Looking for inet_ntop -- Looking for inet_ntop - found -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of socklen_t -- Check size of socklen_t - failed -- Performing Test HAVE_VISIBILITY_HIDDEN -- Performing Test HAVE_VISIBILITY_HIDDEN - Failed -- Performing Test HAVE_CLOCK_REALTIME -- Performing Test HAVE_CLOCK_REALTIME - Failed -- Check size of struct in6_addr -- Check size of struct in6_addr - failed -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed -- NUMA library missing or required version not available -- Check size of off64_t -- Check size of off64_t - failed -- Looking for unistd.h -- Looking for unistd.h - not found -- OPENSSL_WIN32 OPENSSL_WIN32-NOTFOUND -- OPENSSL_WIN64 C:/OpenSSL-Win64 -- Found OpenSSL: optimized;C:/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/OpenSSL-Win64/lib/VC/libcrypto64MDd.lib (found version "1.1.1") -- system OpenSSL has root C:/OpenSSL-Win64 -- OPENSSL_APPLINK_C OPENSSL_APPLINK_C-NOTFOUND -- suffixes <.lib> -- OPENSSL_INCLUDE_DIR = C:/OpenSSL-Win64/include -- OPENSSL_LIBRARY = C:/OpenSSL-Win64/lib/libssl.lib -- CRYPTO_LIBRARY = C:/OpenSSL-Win64/lib/libcrypto.lib -- OPENSSL_MAJOR_VERSION = 1 -- OPENSSL_MINOR_VERSION = 01 CMake Warning at cmake/ssl.cmake:383 (MESSAGE): OpenSSL 1.1 is experimental on Windows Call Stack (most recent call first): CMakeLists.txt:905 (MYSQL_CHECK_SSL) -- Looking for SHA512_DIGEST_LENGTH -- Looking for SHA512_DIGEST_LENGTH - found -- SSL_LIBRARIES = imported_openssl;imported_crypto -- WITH_SSL_PATH C:/OpenSSL-Win64 -- HAVE_CRYPTO_DLL C:/OpenSSL-Win64/bin/libcrypto-1_1-x64.dll -- HAVE_OPENSSL_DLL C:/OpenSSL-Win64/bin/libssl-1_1-x64.dll -- INSTALL C:/OpenSSL-Win64/bin/libcrypto-1_1-x64.dll to bin -- INSTALL C:/OpenSSL-Win64/bin/libssl-1_1-x64.dll to bin -- Found Git: C:/Program Files/Git/cmd/git.exe -- Looking for __GNU_LIBRARY__ -- Looking for __GNU_LIBRARY__ - not found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - not found -- Looking for netinet/in.h -- Looking for netinet/in.h - not found -- Looking for netinet/in6.h -- Looking for netinet/in6.h - not found -- Looking for unistd.h -- Looking for unistd.h - not found -- Looking for netdb.h -- Looking for netdb.h - not found -- Looking for dlfcn.h -- Looking for dlfcn.h - not found -- Looking for arpa/inet.h -- Looking for arpa/inet.h - not found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for poll.h -- Looking for poll.h - not found -- Looking for port.h -- Looking for port.h - not found -- Looking for signal.h -- Looking for signal.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - not found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/devpoll.h -- Looking for sys/devpoll.h - not found -- Looking for sys/epoll.h -- Looking for sys/epoll.h - not found -- Looking for sys/eventfd.h -- Looking for sys/eventfd.h - not found -- Looking for sys/event.h -- Looking for sys/event.h - not found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - not found -- Looking for sys/mman.h -- Looking for sys/mman.h - not found -- Looking for sys/param.h -- Looking for sys/param.h - not found -- Looking for sys/queue.h -- Looking for sys/queue.h - not found -- Looking for sys/select.h -- Looking for sys/select.h - not found -- Looking for sys/sendfile.h -- Looking for sys/sendfile.h - not found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - not found -- Looking for sys/uio.h -- Looking for sys/uio.h - not found -- Looking for include files sys/types.h, ifaddrs.h -- Looking for include files sys/types.h, ifaddrs.h - not found -- Looking for mach/mach_time.h -- Looking for mach/mach_time.h - not found -- Looking for netinet/tcp.h -- Looking for netinet/tcp.h - not found -- Looking for sys/wait.h -- Looking for sys/wait.h - not found -- Looking for sys/resource.h -- Looking for sys/resource.h - not found -- Looking for sys/sysctl.h -- Looking for sys/sysctl.h - not found -- Looking for sys/timerfd.h -- Looking for sys/timerfd.h - not found -- Looking for errno.h -- Looking for errno.h - found -- Looking for epoll_create -- Looking for epoll_create - not found -- Looking for epoll_ctl -- Looking for epoll_ctl - not found -- Looking for eventfd -- Looking for eventfd - not found -- Looking for clock_gettime -- Looking for clock_gettime - not found -- Looking for fcntl -- Looking for fcntl - not found -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for getnameinfo -- Looking for getnameinfo - found -- Looking for gettimeofday -- Looking for gettimeofday - not found -- Looking for getprotobynumber -- Looking for getprotobynumber - found -- Looking for getservbyname -- Looking for getservbyname - found -- Looking for inet_ntop -- Looking for inet_ntop - found -- Looking for inet_pton -- Looking for inet_pton - found -- Looking for kqueue -- Looking for kqueue - not found -- Looking for mmap -- Looking for mmap - not found -- Looking for pipe -- Looking for pipe - not found -- Looking for pipe2 -- Looking for pipe2 - not found -- Looking for poll -- Looking for poll - not found -- Looking for port_create -- Looking for port_create - not found -- Looking for sendfile -- Looking for sendfile - not found -- Looking for sigaction -- Looking for sigaction - not found -- Looking for signal -- Looking for signal - not found -- Looking for splice -- Looking for splice - not found -- Looking for strlcpy -- Looking for strlcpy - not found -- Looking for strsep -- Looking for strsep - not found -- Looking for strtok_r -- Looking for strtok_r - not found -- Looking for strtoll -- Looking for strtoll - found -- Looking for vasprintf -- Looking for vasprintf - not found -- Looking for sysctl -- Looking for sysctl - not found -- Looking for accept4 -- Looking for accept4 - not found -- Looking for arc4random -- Looking for arc4random - not found -- Looking for arc4random_buf -- Looking for arc4random_buf - not found -- Looking for epoll_create1 -- Looking for epoll_create1 - not found -- Looking for getegid -- Looking for getegid - not found -- Looking for geteuid -- Looking for geteuid - not found -- Looking for getifaddrs -- Looking for getifaddrs - not found -- Looking for issetugid -- Looking for issetugid - not found -- Looking for mach_absolute_time -- Looking for mach_absolute_time - not found -- Looking for nanosleep -- Looking for nanosleep - not found -- Looking for usleep -- Looking for usleep - not found -- Looking for timeradd -- Looking for timeradd - not found -- Looking for timerclear -- Looking for timerclear - not found -- Looking for timercmp -- Looking for timercmp - not found -- Looking for timerfd_create -- Looking for timerfd_create - not found -- Looking for timerisset -- Looking for timerisset - not found -- Looking for putenv -- Looking for putenv - found -- Looking for setenv -- Looking for setenv - not found -- Looking for setrlimit -- Looking for setrlimit - not found -- Looking for umask -- Looking for umask - not found -- Looking for unsetenv -- Looking for unsetenv - not found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - not found -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of unsigned int -- Check size of unsigned int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Performing Test HAVE_INLINE -- Performing Test HAVE_INLINE - Success -- Looking for TAILQ_FOREACH -- Looking for TAILQ_FOREACH - not found -- Looking for CTL_KERN -- Looking for CTL_KERN - not found -- Looking for KERN_ARND -- Looking for KERN_ARND - not found -- Looking for KERN_RANDOM -- Looking for KERN_RANDOM - not found -- Looking for RANDOM_UUID -- Looking for RANDOM_UUID - not found -- Looking for F_SETFD -- Looking for F_SETFD - not found -- Check size of fd_mask -- Check size of fd_mask - failed -- Check size of size_t -- Check size of size_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of ssize_t -- Check size of ssize_t - failed -- Check size of SSIZE_T -- Check size of SSIZE_T - done -- Check size of socklen_t -- Check size of socklen_t - done -- Check size of pid_t -- Check size of pid_t - failed -- Check size of pthread_t -- Check size of pthread_t - failed -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of void * -- Check size of void * - done -- Performing Test EVENT__HAVE_WAITPID_WITH_WNOWAIT -- Performing Test EVENT__HAVE_WAITPID_WITH_WNOWAIT - Failed -- Looking for _MINIX -- Looking for _MINIX - not found -- Looking for _POSIX_1_SOURCE -- Looking for _POSIX_1_SOURCE - not found -- Looking for _POSIX_SOURCE -- Looking for _POSIX_SOURCE - not found -- Check size of struct addrinfo -- Check size of struct addrinfo - done -- Check size of struct in6_addr -- Check size of struct in6_addr - done -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Failed -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Failed -- Check size of sa_family_t -- Check size of sa_family_t - failed -- Check size of struct sockaddr_in6 -- Check size of struct sockaddr_in6 - done -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed -- Check size of struct sockaddr_storage -- Check size of struct sockaddr_storage - done -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed -- OpenSSL include: C:/OpenSSL-Win64/include -- OpenSSL lib: optimized;C:/OpenSSL-Win64/lib/VC/libssl64MD.lib;debug;C:/OpenSSL-Win64/lib/VC/libssl64MDd.lib;optimized;C:/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/OpenSSL- Win64/lib/VC/libcrypto64MDd.lib -- LZMA_INCLUDE_DIR D:/MySource/mysql-8.0.13/extra/lzma -- LZMA_LIBRARY lzma_lib -- Performing Test HAVE_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_UNUSED_BUT_SET_VARIABLE - Failed -- Performing Test HAVE_MISLEADING_INDENTATION -- Performing Test HAVE_MISLEADING_INDENTATION - Failed -- Performing Test HAVE_MAYBE_UNINITIALIZED -- Performing Test HAVE_MAYBE_UNINITIALIZED - Failed -- ICU_MAJOR_VERSION = 59 -- ICU_INCLUDE_DIRS D:/MySource/mysql-8.0.13/extra/icu/source/common;D:/MySource/mysql-8.0.13/extra/icu/source/stubdata;D:/MySource/mysql-8.0.13/extra/icu/source/i18n -- ICU_LIBRARIES icui18n;icuuc;icustubdata -- Cannot find system sasl libraries. -- WITH_PROTOBUF=bundled -- PROTOBUF_VERSION_NUMBER is #define GOOGLE_PROTOBUF_VERSION 2006001 -- No WITH_CURL has been set. Not using any curl library. -- CURL_LIBRARY = -- CURL_INCLUDE_DIR = -- RAPIDJSON_INCLUDE_DIR D:/MySource/mysql-8.0.13/extra/rapidjson/include -- RAPIDJSON_MAJOR_VERSION is 1 -- RAPIDJSON_MINOR_VERSION is 1 -- Creating LDAP authentication SASL client library. -- You need to set WITH_SASL path to build LDAP SASL client authentication plugin. -- Library mysqlclient depends on OSLIBS ws2_32;crypt32;Secur32 -- MERGE_CONVENIENCE_LIBRARIES TARGET mysqlclient -- MERGE_CONVENIENCE_LIBRARIES LIBS clientlib;dbug;strings;vio;mysys;mysys_ssl;zlib;imported_openssl;imported_crypto;auth_win_client -- MERGE_CONVENIENCE_LIBRARIES MYLIBS clientlib;dbug;strings;vio;mysys;mysys_ssl;zlib;imported_openssl;imported_crypto;auth_win_client -- Check size of long long -- Check size of long long - done -- Check size of long -- Check size of long - done -- Check size of int -- Check size of int - done -- Check if the system is big endian -- Searching 16 bit integer -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Performing Test HAVE_CAST_FUNCTION_TYPE -- Performing Test HAVE_CAST_FUNCTION_TYPE - Failed -- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN -- Performing Test HAVE_STRUCT_SOCKADDR_SA_LEN - Failed -- Performing Test HAVE_STRUCT_IFREQ_IFR_NAME -- Performing Test HAVE_STRUCT_IFREQ_IFR_NAME - Failed -- Performing Test HAVE_XDR_OPS_X_PUTINT32 -- Performing Test HAVE_XDR_OPS_X_PUTINT32 - Success -- Performing Test HAVE_XDR_OPS_X_GETINT32 -- Performing Test HAVE_XDR_OPS_X_GETINT32 - Success -- Performing Test HAVE_RPC_INLINE_T -- Performing Test HAVE_RPC_INLINE_T - Failed -- MYSQLX - Text log of protobuf messages enabled -- Googletest was not found. gtest-based unit tests will be disabled. You can run cmake . -DENABLE_DOWNLOADS=1 to automatically download and build required components from source. -- If you are inside a firewall, you may need to use an https proxy: export https_proxy=http://example.com:80 -- CONFIG_CLIENT_LIBS ws2_32 crypt32 Secur32 -- CONFIG_LIBS_PRIVATE ws2_32 crypt32 Secur32 -- MySQL 8.0.13 -- MySQL Router SSL_LIBRARIES: imported_openssl;imported_crypto -- MySQL Router SSL_DEFINES: -- MySQL Router SSL_INCLUDE_DIRS: -- Looking for prlimit -- Looking for prlimit - not found -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files/WiX Toolset V3.11 -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files/WiX Toolset V3.11/bin -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files (x86)/WiX Toolset V3.11 -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files (x86)/WiX Toolset V3.11/bin -- WIX_DIR WIX_DIR-NOTFOUND looked at -- Cannot find wix 3, installer project will not be generated -- Looking for C++ include shlwapi.h -- Looking for C++ include shlwapi.h - found -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed -- Performing Test COMPILER_HAS_DEPRECATED -- Performing Test COMPILER_HAS_DEPRECATED - Success -- Performing Test HAVE_ERROR -- Performing Test HAVE_ERROR - Failed -- Performing Test HAVE_MISSING_NORETURN -- Performing Test HAVE_MISSING_NORETURN - Failed -- Performing Test HAVE_COND_UNINITIALIZED -- Performing Test HAVE_COND_UNINITIALIZED - Failed -- Performing Test HAVE_SUGGEST_ATTRIBUTE -- Performing Test HAVE_SUGGEST_ATTRIBUTE - Failed -- Performing Test HAVE_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_IMPLICIT_FALLTHROUGH - Failed -- Performing Test HAVE_FORMAT_TRUNCATION -- Performing Test HAVE_FORMAT_TRUNCATION - Failed -- Performing Test HAVE_FORMAT_OVERFLOW -- Performing Test HAVE_FORMAT_OVERFLOW - Failed -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files/WiX Toolset V3.11 -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files/WiX Toolset V3.11/bin -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files (x86)/WiX Toolset V3.11 -- WIX_DIR WIX_DIR-NOTFOUND path C:\Program Files (x86)/WiX Toolset V3.11/bin -- WIX_DIR WIX_DIR-NOTFOUND looked at -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- COMPILE_DEFINITIONS: _WIN32_WINNT=0x0601;WIN32_LEAN_AND_MEAN;NOGDI;NOMINMAX;RAPIDJSON_NO_SIZETYPEDEFINE;HAVE_CONFIG_H;HAVE_OPENSSL;__STDC_LIMIT_MACROS;__STDC_FORMAT_MACROS;_USE_ MATH_DEFINES;HAVE_LIBEVENT2;UNISTR_FROM_STRING_EXPLICIT=explicit;UNISTR_FROM_CHAR_EXPLICIT=explicit -- CMAKE_CXX_FLAGS: /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP /wd4800 /wd4805 /wd4996 /we4099 -- CMAKE_CXX_FLAGS_DEBUG: -DSAFE_MUTEX -DENABLED_DEBUG_SYNC /MDd /Z7 /Ob1 /Od /RTC1 /EHsc -- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -DDBUG_OFF /MD /Z7 /O2 /Ob1 /DNDEBUG /EHsc -- CMAKE_CXX_FLAGS_RELEASE: -DDBUG_OFF /MD /O2 /Ob2 /DNDEBUG /Z7 /EHsc -- CMAKE_CXX_FLAGS_MINSIZEREL: -DDBUG_OFF /MD /O1 /Ob1 /DNDEBUG /EHsc -- CMAKE_C_LINK_FLAGS: -- CMAKE_CXX_LINK_FLAGS: -- Configuring done -- Generating done -- Build files have been written to: D:/MySource/mysql-8.0.13/build_x64 D:\MySource\mysql-8.0.13\build_x64>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\msbuild" /p:Configuration=Release;Platform=x64 MySQL.sln /t:Rebu ild /m /p:BuildInParallel=true. . . "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj.metaproj" (Rebuild target) (78) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj" (Rebuild target) (279) -> (Link target) -> duk_logging.obj : warning LNK4217: locally defined symbol duk_is_constructor_call imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_top imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_set_top imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_dup imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_dup imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_dup_top imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src \duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_replace imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_int imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\sr c\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_string imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router \src\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_string imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock _server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_vsprintf imported in function duk_log [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\du ktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_this imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_global_stash imported in function duk_log [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\sr c\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_global_stash imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\route r\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_object imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server \src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_object imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_c_function imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_c_function imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_push_buffer_raw imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\ro uter\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_pop imported in function duk__logger_prototype_fmt [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_pop imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_pop_n imported in function duk_log [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vc xproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_is_string imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4049: locally defined symbol duk_is_string imported [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_is_object imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_int imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_lstring imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router \src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_require_buffer imported in function duk__logger_prototype_raw [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_to_string imported in function duk__logger_prototype_fmt [D:\MySource\mysql-8.0.13\build_x64\router\src\mock _server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_to_lstring imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_length imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_prop_string imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4049: locally defined symbol duk_get_prop_string imported [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_put_prop_string imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4049: locally defined symbol duk_put_prop_string imported [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_def_prop imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\sr c\duktape.vcxproj] duk_module_node.obj : warning LNK4049: locally defined symbol duk_def_prop imported [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_inspect_callstack_entry imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_set_magic imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\s rc\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_current_magic imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\ router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_compact imported in function duk__logger_constructor [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_call imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\du ktape.vcxproj] duk_module_node.obj : warning LNK4049: locally defined symbol duk_call imported [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_call_method imported in function duk__logger_prototype_fmt [D:\MySource\mysql-8.0.13\build_x64\router\src\mo ck_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_call_prop imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\s rc\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_pcall_prop imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_eval_raw imported in function duk_logging_init [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\sr c\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_get_now imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\duktape.vcxproj] duk_logging.obj : warning LNK4217: locally defined symbol duk_time_to_components imported in function duk__logger_prototype_log_shared [D:\MySource\mysql-8.0.13\build_x64 \router\src\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_throw_raw imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_error_raw imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_normalize_index imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_require_normalize_index imported in function duk_module_node_init [D:\MySource\mysql-8.0.13\build_x64\ro uter\src\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_remove imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_undefined imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\s rc\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_true imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\src\mo ck_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_false imported in function duk__push_module_object [D:\MySource\mysql-8.0.13\build_x64\router\src\m ock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_current_function imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\route r\src\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_global_object imported in function duk_module_node_init [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_push_bare_object imported in function duk_module_node_init [D:\MySource\mysql-8.0.13\build_x64\router\sr c\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_pop_2 imported in function duk__del_cached_module [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_pop_3 imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_check_type_mask imported in function duk_module_node_init [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_is_undefined imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\moc k_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_require_string imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\s rc\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_require_function imported in function duk_module_node_init [D:\MySource\mysql-8.0.13\build_x64\router\sr c\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_put_prop imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_del_prop_string imported in function duk__del_cached_module [D:\MySource\mysql-8.0.13\build_x64\router\s rc\mock_server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_concat imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ server\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_pcall imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_safe_call imported in function duk__handle_require [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\duktape.vcxproj] duk_module_node.obj : warning LNK4217: locally defined symbol duk_compile_raw imported in function duk__eval_module_source [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\duktape.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj.metaproj" (Rebuild target) (26) -> "D:\MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj" (Rebuild target) (276) -> (ClCompile target) -> D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(118): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(122): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(132): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(417): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(461): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\load_data_events.cpp(98): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(242): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(252): warning C4244: '=': conversion from 'unsigned long' to 'uint8_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(616): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\binlog_event.cpp(67): warning C4244: 'argument': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\statement_events.cpp(143): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\statement_events.cpp(298): warning C4244: 'argument': conversion from 'uint64_t' to 'const unsigned long', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\libbinlogstandalone\src\binlogstandalone_static.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj.metaproj" (Rebuild target) (92) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj.metaproj" (Rebuild target) (94) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj" (Rebuild target) (285) -> D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\interface\gcs_logging.cc(68): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bit s (was 64-bit shift intended?) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\interface\gcs_logging.cc(122): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bi ts (was 64-bit shift intended?) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\interface\gcs_logging.cc(163): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bi ts (was 64-bit shift intended?) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_communication_interface.cc) [D:\MySource\mysql-8.0.13\ build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_communication_interface.cc) [D:\MySource\mysql-8.0.13 \build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_communication_interface.cc) [D:\MySource\mysql-8.0.13 \build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\gcs_interface_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_re plication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\gcs_interface_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_r eplication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\gcs_interface_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_r eplication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_control_interface.cc) [D:\MySource\mysql-8.0.13\build_ x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_control_interface.cc) [D:\MySource\mysql-8.0.13\build _x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_control_interface.cc) [D:\MySource\mysql-8.0.13\build _x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_management.cc) [D:\MySource\mysql-8.0.13\build_x 64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_management.cc) [D:\MySource\mysql-8.0.13\build_ x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_management.cc) [D:\MySource\mysql-8.0.13\build_ x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mysql-8.0.13\build_x64\plu gin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mysql-8.0.13\build_x64\pl ugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mysql-8.0.13\build_x64\pl ugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/sock_probe_win32.c(146): warning C4309: '=': truncation of constant value (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replica tion\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/sock_probe_win32.c(179): warning C4309: '=': truncation of constant value (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replica tion\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc(469): warning C4267: 'argument': conversion from 'size_t' to 'DWORD ', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\utility(216): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_networking.cc) [D:\MySource\mys ql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\g roup_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\ group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\ group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_state_exchange.cc) [D:\MySource\mysql-8.0.13\build_x64 \plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_state_exchange.cc) [D:\MySource\mysql-8.0.13\build_x6 4\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_state_exchange.cc) [D:\MySource\mysql-8.0.13\build_x6 4\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_member_information.cc) [D:\MySource\mysql-8.0.13 \build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_member_information.cc) [D:\MySource\mysql-8.0.1 3\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_member_information.cc) [D:\MySource\mysql-8.0.1 3\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_group_member_information.cc(166): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_statistics_interface.cc(70): warning C4244: '+=': conversion from 'unsigned __int 64' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_notification.cc) [D:\MySource\mysql-8.0.13\build_x64\p lugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_notification.cc) [D:\MySource\mysql-8.0.13\build_x64\ plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_notification.cc) [D:\MySource\mysql-8.0.13\build_x64\ plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(80): warning C4005: 'UINT8_MAX': macro redefin ition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_interface.cc) [D:\MySource\mysql-8.0.13\build_x64\plug in\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(81): warning C4005: 'UINT16_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_interface.cc) [D:\MySource\mysql-8.0.13\build_x64\plu gin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\xcom\windeps\include\sys/sunrpc_sys_types.h(82): warning C4005: 'UINT32_MAX': macro redefi nition (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_xcom_interface.cc) [D:\MySource\mysql-8.0.13\build_x64\plu gin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\libmysqlgcs\src\bindings\xcom\gcs_message_stage_lz4.cc(88): warning C4244: 'argument': conversion from 'unsigned __int64 ' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\libmysqlgcs\mysqlgcs.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\authentication_win\auth_win_client.vcxproj.metaproj" (Rebuild target) (18) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\authentication_win\auth_win_client.vcxproj" (Rebuild target) (274) -> D:\MySource\mysql-8.0.13\libmysql\authentication_win\handshake_client.cc(154): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\libmysql\authentication_win\auth_win_client.vcxproj] D:\MySource\mysql-8.0.13\libmysql\authentication_win\common.cc(370): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\libmysql\authentication_win\auth_win_client.vcxproj] D:\MySource\mysql-8.0.13\libmysql\authentication_win\common.cc(433): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\libmysql\authentication_win\auth_win_client.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj.metaproj" (Rebuild target) (143) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj" (Rebuild target) (295) -> D:\MySource\mysql-8.0.13\router\src\mock_server\src\main.cc(28): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.13\build_x64\router\src\m ock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_se rver_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_s erver_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysq l_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj ] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\m ysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\ mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcx proj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj ] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_moc k.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64 \router\src\mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\ router\src\mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysq l_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mys ql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\ MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\My Source\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_ x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_moc k.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\m ock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logger.h(66): warning C4251: 'mysql_harness::logging::Logger::handlers_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Logger' [D:\MySource\mysql-8.0.13\build_x64\ router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(52): warning C4251: 'mysql_harness::logging::Registry::kLogLevels': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_ha rness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(171): warning C4251: 'mysql_harness::logging::Registry::mtx_': class 'std::mutex' nee ds to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(172): warning C4251: 'mysql_harness::logging::Registry::loggers_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harne ss::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(174): warning C4251: 'mysql_harness::logging::Registry::handlers_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_server_mock.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(175): warning C4251: 'mysql_harness::logging::Registry::ready_': struct 'std::atomic< bool>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mysql_se rver_mock.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj.metaproj" (Rebuild target) (107) -> "D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj" (Rebuild target) (264) -> d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\anytrans.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\astro.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\buddhcal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\brktrans.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\calendar.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\calendar.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\coleitr.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\chnsecal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationbuilder.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationcompare.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationdatabuilder.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationdata.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationdatareader.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationdatawriter.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\collationdatawriter.cpp(227): warning C4244: '=': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationfastlatinbuilder.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationfastlatin.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationiterator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\collationfastlatinbuilder.cpp(610): warning C4244: 'initializing': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationkeys.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationroot.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationruleparser.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationsets.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationsettings.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\collationtailoring.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\coptccal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\coll.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\compactdecimalformat.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\coll.cpp(987): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\coll.cpp(988): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\csdetect.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\dangical.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\dayperiodrules.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\datefmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\datefmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\decfmtst.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(389): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(669): warning C4244: '-=': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(869): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(1256): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(1883): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(2589): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(3313): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(5104): warning C4244: '=': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(6590): warning C4244: 'return': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(6594): warning C4244: 'return': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(6617): warning C4244: 'return': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(6801): warning C4244: 'return': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(6829): warning C4244: 'return': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\decNumber.cpp(7693): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\dtfmtsym.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\dtitvfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\dtfmtsym.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\digitlst.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\dtptngen.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\ethpccal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\dtptngen.cpp(534): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\dtptngen.cpp(536): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\gender.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\gregocal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\hebrwcal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\indiancal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\japancal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\measfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\islamcal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\measfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\nfsubs.cpp(114): warning C4244: 'return': conversion from 'const int64_t' to 'double', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\nfsubs.cpp(151): warning C4244: 'argument': conversion from 'const int64_t' to 'double', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\nfsubs.cpp(161): warning C4244: 'argument': conversion from 'const int64_t' to 'double', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\nfsubs.cpp(164): warning C4244: 'return': conversion from 'const int64_t' to 'double', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\numfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\numfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\persncal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\olsontz.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\precision.cpp(242): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\plurrule.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rbt_data.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\plurrule.cpp(1668): warning C4267: '=': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\plurrule.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rbt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rbt_pars.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rbt_rule.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rbtz.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\regexst.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\region.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\reldatefmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\reldatefmt.cpp(314): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\reldatefmt.cpp(548): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\reldatefmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\repattrn.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\rulebasedcollator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\rulebasedcollator.cpp(767): warning C4267: '=': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\rulebasedcollator.cpp(769): warning C4267: '=': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\sharedbreakiterator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\simpletz.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\smpdtfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\smpdtfst.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\strmatch.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\strrepl.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\taiwncal.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\timezone.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\timezone.cpp(1616): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\timezone.cpp(1677): warning C4244: 'argument': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\titletrn.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\translit.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\transreg.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\tridpars.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\tzfmt.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tzfmt.cpp(323): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\tznames.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\tznames_impl.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\tzgnames.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tznames_impl.cpp(1283): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tznames_impl.cpp(1451): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tznames_impl.cpp(1467): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tznames_impl.cpp(2123): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\tzgnames.cpp(410): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\ucln_in.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\ucol_res.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\ucol_res.cpp(113): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\ucol_res.cpp(321): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unifiedcache.h(110): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\extra\icu\source\i18n\ucol_res.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\udat.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uitercollationiterator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\ulocdata.cpp(375): warning C4244: '=': conversion from '__int64' to 'int32_t', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\unum.cpp(301): warning C4267: '=': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uregex.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\usearch.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uspoof_build.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uspoof_conf.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uspoof.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\uspoof.cpp(377): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\uspoof.cpp(416): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\uspoof.cpp(417): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\uspoof.cpp(683): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\uspoof_impl.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\utf16collationiterator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\utf8collationiterator.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] d:\mysource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\extra\icu\source\i18n\zonemeta.cpp) [D:\MySource\mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\i18n\zonemeta.cpp(795): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\extra\icu\source\i18n\icui18n.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj.metaproj" (Rebuild target) (113) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj" (Rebuild target) (294) -> D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64 \router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\ router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\router\src \keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' [D:\MySource\mysql-8.0.13\build_x64\router\src\keepaliv e\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\ MySource\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\My Source\mysql-8.0.13\build_x64\router\src\keepalive\keepalive.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.1 3\build_x64\router\src\keepalive\keepalive.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj.metaproj" (Rebuild target) (187) -> "D:\MySource\mysql-8.0.13\build_x64\vio\vio.vcxproj.metaproj" (Rebuild target) (189) -> "D:\MySource\mysql-8.0.13\build_x64\vio\vio.vcxproj" (Rebuild target) (257) -> D:\MySource\mysql-8.0.13\vio\viosocket.cc(463): warning C4477: 'snprintf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'my_so cket' [D:\MySource\mysql-8.0.13\build_x64\vio\vio.vcxproj] D:\MySource\mysql-8.0.13\vio\viosocket.cc(475): warning C4477: 'snprintf' : format string '%d' requires an argument of type 'int', but variadic argument 1 has type 'my_so cket' [D:\MySource\mysql-8.0.13\build_x64\vio\vio.vcxproj] D:\MySource\mysql-8.0.13\vio\viosocket.cc(1201): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \vio\vio.vcxproj] D:\MySource\mysql-8.0.13\vio\vio.cc(70): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\vio\vio.vcxproj] D:\MySource\mysql-8.0.13\vio\viossl.cc(455): warning C4244: 'argument': conversion from 'my_socket' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\vi o\vio.vcxproj] D:\MySource\mysql-8.0.13\vio\vioshm.cc(48): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\vio\ vio.vcxproj] D:\MySource\mysql-8.0.13\vio\vioshm.cc(117): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\vio \vio.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\plugin_info\mysqlrouter_plugin_info.vcxproj.metaproj" (Rebuild target) (159) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\plugin_info\mysqlrouter_plugin_info.vcxproj" (Rebuild target) (293) -> D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\plugin_info\src\library_file.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\plugin_info\mysqlrouter_plugin_info.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\plugin_info\src\library_file.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\plugin_info\mysqlrouter_plugin_info.v cxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\plugin_info\src\library_file.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\plugin_info\mysqlrouter_plugin_info.vcx proj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj.metaproj" (Rebuild target) (163) -> "D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf-lite.vcxproj.metaproj" (Rebuild target) (166) -> "D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf-lite.vcxproj" (Rebuild target) (258) -> d:\mysource\mysql-8.0.13\extra\protobuf\protobuf-2.6.1\src\google\protobuf\extension_set.cc(74): warning C4715: 'google::protobuf::internal::`anonymous namespace'::is_pac kable': not all control paths return a value [D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf-lite.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\gen_keyword_list.vcxproj.metaproj" (Rebuild target) (86) -> "D:\MySource\mysql-8.0.13\build_x64\extra\regex\regex.vcxproj.metaproj" (Rebuild target) (88) -> "D:\MySource\mysql-8.0.13\build_x64\extra\regex\regex.vcxproj" (Rebuild target) (265) -> D:\MySource\mysql-8.0.13\extra\regex\regcomp.c(158): warning C4267: '=': conversion from 'size_t' to 'sopno', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ex tra\regex\regex.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj.metaproj" (Rebuild target) (203) -> "D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj" (Rebuild target) (260) -> D:\MySource\mysql-8.0.13\extra\re2\util\rune.cc(136): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\rune.cc(145): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\rune.cc(164): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\rune.cc(174): warning C4244: '=': conversion from 'unsigned long' to 'char', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\arena.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\hash.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\stringpiece.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(37): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(44): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(49): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(54): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(57): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(61): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(63): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(67): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(71): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(72): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(78): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\stringpiece.cc(84): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\stringprintf.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\strutil.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\ut il\valgrind.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\bitstate.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util\strutil.cc(80): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\bitstate.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\bitstate.cc(97): warning C4244: 'initializing': conversion from '__int64' to 're2::uint', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\bitstate.cc(273): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\bitstate.cc(314): warning C4244: '=': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\compile.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\filtered_re2.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\dfa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\mimics_pcre.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\dfa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(131): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\dfa .cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(148): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\dfa .cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(456): warning C4244: '=': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\e xtra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(459): warning C4244: '=': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\e xtra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(488): warning C4244: 'argument': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(489): warning C4244: 'argument': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(1405): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(1916): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(1918): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\dfa.cc(1954): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/filtered_re2.h(71): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MyS ource\mysql-8.0.13\extra\re2\re2\filtered_re2.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\filtered_re2.cc(36): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\compile.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\compile.cc(982): warning C4244: '=': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\nfa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\parse.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\nfa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(131): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\nfa .cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(148): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\nfa .cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\nfa.cc(136): warning C4244: 'argument': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\nfa.cc(137): warning C4244: 'argument': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\nfa.cc(138): warning C4244: '=': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\e xtra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\nfa.cc(610): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\onepass.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\nfa.cc(630): warning C4244: 'argument': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\perl_groups.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(249): warning C4018: '<=': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(251): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(308): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(333): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1380): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1476): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1539): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1557): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1598): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1652): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1850): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(1933): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(2081): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(2085): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(2112): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\parse.cc(2116): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_array.h(297): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\n fa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_array.h(371): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\n fa.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(131): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\one pass.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(148): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\one pass.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\onepass.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\onepass.cc(338): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\onepass.cc(398): warning C4244: 'initializing': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\prefilter_tree.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\prefilter.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\re2.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\prog.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter.cc(179): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\re2.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(213): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(226): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(264): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(293): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(313): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\prefilter_tree.cc(314): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(273): warning C4244: 'return': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(362): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(389): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(389): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(473): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(582): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\extra \re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(614): warning C4244: 'initializing': conversion from 're2::int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(824): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\extr a\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(1078): warning C4244: '=': conversion from 'long' to 'short', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\extr a\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(1090): warning C4244: '=': conversion from 'unsigned long' to 'unsigned short', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\re2.cc(1178): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ex tra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_array.h(297): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\p refilter_tree.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_array.h(309): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\p refilter_tree.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_array.h(371): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\p refilter_tree.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(131): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\pro g.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/sparse_set.h(148): warning C4018: '>=': signed/unsigned mismatch (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re2\pro g.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\prog.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\regexp.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\set.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\tostring.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\regexp.cc(448): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\simplify.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\regexp.cc(920): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2/prog.h(98): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\m ysql-8.0.13\extra\re2\re2\set.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\set.cc(48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\re2\set.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] d:\mysource\mysql-8.0.13\extra\re2\util\logging.h(86): warning C4722: 'LogMessageFatal::~LogMessageFatal': destructor never returns, potential memory leak [D:\MySource\my sql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\unicode_groups.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] D:\MySource\mysql-8.0.13\extra\re2\util/mutex.h(39): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\extra\re2\re 2\unicode_casefold.cc) [D:\MySource\mysql-8.0.13\build_x64\extra\re2\re2_lib.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\tests\driver\mysqlxtest.vcxproj.metaproj" (Rebuild target) (171) -> "D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf.vcxproj.metaproj" (Rebuild target) (172) -> "D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf.vcxproj" (Rebuild target) (296) -> d:\mysource\mysql-8.0.13\extra\protobuf\protobuf-2.6.1\src\google\protobuf\extension_set.cc(74): warning C4715: 'google::protobuf::internal::`anonymous namespace'::is_pac kable': not all control paths return a value [D:\MySource\mysql-8.0.13\build_x64\extra\protobuf\protobuf.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\mysys\base64_test.vcxproj.metaproj" (Rebuild target) (19) -> "D:\MySource\mysql-8.0.13\build_x64\dbug\dbug.vcxproj.metaproj" (Rebuild target) (20) -> "D:\MySource\mysql-8.0.13\build_x64\mysys\mysys.vcxproj.metaproj" (Rebuild target) (21) -> "D:\MySource\mysql-8.0.13\build_x64\mysys\mysys.vcxproj" (Rebuild target) (299) -> D:\MySource\mysql-8.0.13\mysys\mf_wcomp.cc(112): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ mysys\mysys.vcxproj] D:\MySource\mysql-8.0.13\mysys\mf_tempdir.cc(84): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\mysys\ mysys.vcxproj] D:\MySource\mysql-8.0.13\mysys\my_init.cc(621): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\mysys\mys ys.vcxproj] D:\MySource\mysql-8.0.13\mysys\my_init.cc(626): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\mysys\mys ys.vcxproj] D:\MySource\mysql-8.0.13\mysys\my_init.cc(631): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\mysys\mys ys.vcxproj] D:\MySource\mysql-8.0.13\mysys\my_lib.cc(276): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\mysys\mys ys.vcxproj] D:\MySource\mysql-8.0.13\mysys\sql_chars.cc(42): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ mysys\mysys.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\gen_lex_hash.vcxproj.metaproj" (Rebuild target) (89) -> "D:\MySource\mysql-8.0.13\build_x64\sql\gen_lex_hash.vcxproj" (Rebuild target) (266) -> D:\MySource\mysql-8.0.13\sql\gen_lex_hash.cc(217): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\gen_lex_hash.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj.metaproj" (Rebuild target) (102) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj" (Rebuild target) (297) -> D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_common.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\gen_lex_token.vcxproj.metaproj" (Rebuild target) (90) -> "D:\MySource\mysql-8.0.13\build_x64\sql\gen_lex_token.vcxproj" (Rebuild target) (305) -> D:\MySource\mysql-8.0.13\sql\gen_lex_token.cc(156): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\g en_lex_token.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj.metaproj" (Rebuild target) (101) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj" (Rebuild target) (307) -> D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_client.h(45): warning C4251: 'HttpClient::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpClient' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\src\http_client.cc(42): warning C4273: 'IOContext::IOContext': inconsistent dll linkage [D:\MySource\mysql-8.0.13\build_x64\route r\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\src\http_client.cc(44): warning C4273: 'IOContext::dispatch': inconsistent dll linkage [D:\MySource\mysql-8.0.13\build_x64\router \src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\src\http_client.cc(55): warning C4273: 'IOContext::~IOContext': inconsistent dll linkage [D:\MySource\mysql-8.0.13\build_x64\rout er\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_client.h(45): warning C4251: 'HttpClient::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpClient' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/rest_client.h(41): warning C4251: 'RestClient::hostname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'RestClient' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\rest_c lient.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_client.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\zlib_decompress.vcxproj.metaproj" (Rebuild target) (251) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\zlib_decompress.vcxproj" (Rebuild target) (315) -> D:\MySource\mysql-8.0.13\utilities\zlib_decompress.cc(73): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\utilities\zlib_decompress.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\ibd2sdi.vcxproj.metaproj" (Rebuild target) (104) -> "D:\MySource\mysql-8.0.13\build_x64\mysys_ssl\mysys_ssl.vcxproj.metaproj" (Rebuild target) (106) -> "D:\MySource\mysql-8.0.13\build_x64\mysys_ssl\mysys_ssl.vcxproj" (Rebuild target) (313) -> D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(208): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(289): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(296): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(303): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(305): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(311): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(318): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(328): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(355): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(368): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\crypt_genhash_impl.cc(377): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\my_getopt.cc(869): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\my_getopt.cc(1360): warning C4244: 'return': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\mysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\my_getopt.cc(1458): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\m ysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\my_default.cc(753): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\m ysys_ssl\mysys_ssl.vcxproj] D:\MySource\mysql-8.0.13\mysys_ssl\my_aes_openssl.cc(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\mysys_ssl\mysys_ssl.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj.metaproj" (Rebuild target) (207) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj" (Rebuild target) (321) -> D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxpro j] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vc xproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cl i.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64 \router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\ router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\router\src \http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vc xproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.v cxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src \rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\ MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\My Source\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_ x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\sr c\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\h ttp\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\ src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.1 3\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logger.h(66): warning C4251: 'mysql_harness::logging::Logger::handlers_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Logger' [D:\MySource\mysql-8.0.13\build_x64\ router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(52): warning C4251: 'mysql_harness::logging::Registry::kLogLevels': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_ha rness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(171): warning C4251: 'mysql_harness::logging::Registry::mtx_': class 'std::mutex' nee ds to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(172): warning C4251: 'mysql_harness::logging::Registry::loggers_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harne ss::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(174): warning C4251: 'mysql_harness::logging::Registry::handlers_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(175): warning C4251: 'mysql_harness::logging::Registry::ready_': struct 'std::atomic< bool>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxpro j] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_client.h(45): warning C4251: 'HttpClient::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpClient' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/rest_client.h(41): warning C4251: 'RestClient::hostname_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'RestClient' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\rest_cli.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_ssl_rsa_setup.vcxproj.metaproj" (Rebuild target) (144) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_ssl_rsa_setup.vcxproj" (Rebuild target) (330) -> D:\MySource\mysql-8.0.13\client\logger.cc(53): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\cli ent\mysql_ssl_rsa_setup.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\lz4_decompress.vcxproj.metaproj" (Rebuild target) (119) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\lz4_decompress.vcxproj" (Rebuild target) (320) -> D:\MySource\mysql-8.0.13\utilities\lz4_decompress.cc(71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\utilities\lz4_decompress.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\logging\component_log_sink_test.vcxproj.metaproj" (Rebuild target) (39) -> "D:\MySource\mysql-8.0.13\build_x64\components\logging\component_log_sink_test.vcxproj" (Rebuild target) (346) -> d:\mysource\mysql-8.0.13\components\logging\log_sink_test.cc(419): warning C4700: uninitialized local variable 'li' used [D:\MySource\mysql-8.0.13\build_x64\components\lo gging\component_log_sink_test.vcxproj] d:\mysource\mysql-8.0.13\components\logging\log_sink_test.cc(423): warning C4700: uninitialized local variable 'it' used [D:\MySource\mysql-8.0.13\build_x64\components\lo gging\component_log_sink_test.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj.metaproj" (Rebuild target) (182) -> "D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj" (Rebuild target) (400) -> D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_rli.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_mi.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_slave.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli.cc(602): warning C4267: 'argument': conversion from 'size_t' to 'const unsigned int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli.cc(1159): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\slave .vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli.cc(1174): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\slave .vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_slave.cc(3527): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sla ve.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_slave.cc(4114): warning C4244: '=': conversion from 'double' to 'time_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s lave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_info_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_info_table_access.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(365): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(370): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(514): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(519): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(524): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(529): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(534): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(540): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(865): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_info_factory.cc(1326): warning C4244: '=': conversion from 'sql_mode_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_rli_pdb.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_mts_submode.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli_pdb.cc(415): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli_pdb.cc(416): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_rli_pdb.cc(939): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sl ave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_slave_commit_order_manager.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_msr.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_channel_service_interface.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_msr.cc(385): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s lave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_msr.cc(400): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_slave_until_options.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_channel_service_interface.cc(575): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_channel_service_interface.cc(693): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\slave.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_applier_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\slave.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\rpl.vcxproj.metaproj" (Rebuild target) (181) -> "D:\MySource\mysql-8.0.13\build_x64\sql\rpl.vcxproj" (Rebuild target) (401) -> D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\rpl.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(420): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\rp l.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(748): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\rpl.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(766): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\rpl.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlbinlog_lib.vcxproj.metaproj" (Rebuild target) (152) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlbinlog_lib.vcxproj" (Rebuild target) (393) -> D:\MySource\mysql-8.0.13\strings\decimal.cc(2374): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\clien t\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(652): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(711): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(759): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1477): warning C4267: '=': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\client \mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1585): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1602): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1607): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1665): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(1709): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(2170): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(2172): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(2191): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(2191): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(2203): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(3960): warning C4267: 'initializing': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\client\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12836): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\client \mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_time.cc(246): warning C4244: 'return': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\cli ent\mysqlbinlog_lib.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_gtid_set.cc(772): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ client\mysqlbinlog_lib.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\perror.vcxproj.metaproj" (Rebuild target) (177) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\perror.vcxproj" (Rebuild target) (398) -> D:\MySource\mysql-8.0.13\utilities\perror.cc(219): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \utilities\perror.vcxproj] D:\MySource\mysql-8.0.13\utilities\perror.cc(224): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \utilities\perror.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj.metaproj" (Rebuild target) (170) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj" (Rebuild target) (396) -> D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(220): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(238): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(284): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\xprotocol_impl.cc(369): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\xsession_impl.cc(427): warning C4244: '=': conversion from 'const int64_t' to 'uint32_t', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\plugin\x\client\mysqlxclient_lite.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\fulltext\ngram_parser.vcxproj.metaproj" (Rebuild target) (174) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\fulltext\ngram_parser.vcxproj" (Rebuild target) (397) -> D:\MySource\mysql-8.0.13\plugin\fulltext\ngram_parser\plugin_ngram.cc(87): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\plugin\fulltext\ngram_parser.vcxproj] D:\MySource\mysql-8.0.13\plugin\fulltext\ngram_parser\plugin_ngram.cc(88): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\fulltext\ngram_parser.vcxproj] D:\MySource\mysql-8.0.13\plugin\fulltext\ngram_parser\plugin_ngram.cc(109): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\fulltext\ngram_parser.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj.metaproj" (Rebuild target) (168) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj" (Rebuild target) (395) -> D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(220): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(238): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\sha256_scramble_generator.cc(284): warning C4267: 'argument': conversion from 'size_t' to 'const uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\xprotocol_impl.cc(369): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\client\xsession_impl.cc(427): warning C4244: '=': conversion from 'const int64_t' to 'uint32_t', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\plugin\x\client\mysqlxclient.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisammrg\myisammrg.vcxproj.metaproj" (Rebuild target) (135) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisammrg\myisammrg.vcxproj" (Rebuild target) (392) -> D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_open.cc(73): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_open.cc(74): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_open.cc(80): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_open.cc(253): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_open.cc(293): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_static.cc(63): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_static.cc(66): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\storage\myisammrg\myisammrg.vcxproj] D:\MySource\mysql-8.0.13\storage\myisammrg\myrg_static.cc(69): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\storage\myisammrg\myisammrg.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\heap\heap.vcxproj.metaproj" (Rebuild target) (97) -> "D:\MySource\mysql-8.0.13\build_x64\storage\heap\heap.vcxproj" (Rebuild target) (386) -> D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(425): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(427): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(464): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(466): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(484): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(486): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(506): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(508): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(536): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(603): warning C4267: '=': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(666): warning C4267: '=': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\heap\heap.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_static.cc(56): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\master.vcxproj.metaproj" (Rebuild target) (121) -> "D:\MySource\mysql-8.0.13\build_x64\sql\master.vcxproj" (Rebuild target) (389) -> D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_binlog_sender.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\master.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_master.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\master.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_binlog_sender.cc(1137): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\master.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\heap\heap_nopfs.vcxproj.metaproj" (Rebuild target) (98) -> "D:\MySource\mysql-8.0.13\build_x64\storage\heap\heap_nopfs.vcxproj" (Rebuild target) (387) -> D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(425): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(427): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(464): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(466): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(484): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(486): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(506): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(508): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(536): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(603): warning C4267: '=': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_hash.cc(666): warning C4267: '=': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\heap\heap_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\heap\hp_static.cc(56): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\heap\heap_nopfs.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\csv\csv.vcxproj.metaproj" (Rebuild target) (76) -> "D:\MySource\mysql-8.0.13\build_x64\storage\csv\csv.vcxproj" (Rebuild target) (384) -> D:\MySource\mysql-8.0.13\storage\csv\ha_tina.cc(556): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\csv\csv.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj.metaproj" (Rebuild target) (187) -> "D:\MySource\mysql-8.0.13\build_x64\storage\temptable\temptable.vcxproj.metaproj" (Rebuild target) (188) -> "D:\MySource\mysql-8.0.13\build_x64\storage\temptable\temptable.vcxproj" (Rebuild target) (337) -> D:\MySource\mysql-8.0.13\storage/temptable/include/temptable/allocator.h(587): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\storage\temptable\src\plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\temptable\temptable.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj.metaproj" (Rebuild target) (176) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj" (Rebuild target) (338) -> D:\MySource\mysql-8.0.13\storage\perfschema\pfs_account.cc(132): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_account.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_account.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs.cc(3026): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs.cc(7086): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs.cc(7177): warning C4267: '+=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_data_lock.cc(301): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_data_lock.cc(307): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_data_lock.cc(318): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_data_lock.cc(337): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_data_lock.cc(497): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_histogram.cc(74): warning C4244: '=': conversion from 'double' to 'ulonglong', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_global.cc(258): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_account.h(117): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compili ng source file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_engine_table.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_host.h(115): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_engine_table.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_thread.h(114): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compilin g source file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_engine_table.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_user.h(115): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_engine_table.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_variables_by_thread.h(114): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compi ling source file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_engine_table.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_host.cc(122): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_host.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr.cc(1259): warning C4244: '=': conversion from 'const my_socket' to 'uint', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_host.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc(508): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc(708): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc(1753): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc(1766): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc(1768): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_instr_class.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_prepared_stmt.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_prepared_stmt.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_program.cc(138): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_program.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_program.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(130): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(151): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(153): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(155): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(157): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc(194): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_actor.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc(128): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc(149): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc(151): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc(153): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc(191): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_setup_object.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\pfs_user.cc(121): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(596): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data (compiling s ource file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_user.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/pfs_buffer_container.h(856): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling sou rce file D:\MySource\mysql-8.0.13\storage\perfschema\pfs_user.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_esmh_global.cc(196): warning C4244: 'initializing': conversion from 'ulonglong' to 'double', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_esmh_global.cc(197): warning C4244: 'initializing': conversion from 'ulonglong' to 'double', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_esmh_by_digest.cc(255): warning C4244: 'initializing': conversion from 'ulonglong' to 'double', possible loss of data [D :\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_esmh_by_digest.cc(256): warning C4244: 'initializing': conversion from 'ulonglong' to 'double', possible loss of data [D :\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_events_waits.cc(357): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_events_waits.cc(885): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_data_lock_waits.cc(268): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_data_lock_waits.cc(285): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_data_locks.cc(269): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_data_locks.cc(301): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_data_locks.cc(309): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(66): warning C4244: 'return': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(83): warning C4244: 'return': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(100): warning C4244: 'return': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(117): warning C4244: 'return': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(195): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(229): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(265): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(305): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(321): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(337): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(353): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_helper.cc(376): warning C4244: 'return': conversion from 'longlong' to 'ulong', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_setup_consumers.cc(227): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_account.h(117): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compili ng source file D:\MySource\mysql-8.0.13\storage\perfschema\table_status_by_account.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_host.h(115): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\storage\perfschema\table_status_by_host.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_thread.h(114): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compilin g source file D:\MySource\mysql-8.0.13\storage\perfschema\table_status_by_thread.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_status_by_user.h(115): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\storage\perfschema\table_status_by_user.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage/perfschema/table_variables_by_thread.h(114): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data (compi ling source file D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_by_thread.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(143): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(150): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(154): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(158): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(164): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_variables_info.cc(168): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_session_connect.cc(156): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_status.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_configuration.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(218): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(222): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(229): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(233): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(249): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(253): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(257): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(261): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(265): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(275): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(279): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(289): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_configuration.cc(293): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(57): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(68): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(79): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(96): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(107): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_members.cc(118): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_status.cc(294): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_connection_status.cc(370): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_configuration.cc(195): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_coordinator.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_worker.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_worker.cc(429): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_worker.cc(456): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_worker.cc(478): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_worker.cc(505): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_coordinator.cc(267): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_status_by_coordinator.cc(298): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_member_stats.cc(56): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_member_stats.cc(66): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_member_stats.cc(77): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_group_member_stats.cc(103): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_log_status.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_filters.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_global_filters.cc) [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_filters.cc(153): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_filters.cc(157): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\table_replication_applier_global_filters.cc(151): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\perfschema.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\innobase\innobase.vcxproj.metaproj" (Rebuild target) (110) -> "D:\MySource\mysql-8.0.13\build_x64\storage\innobase\innobase.vcxproj" (Rebuild target) (340) -> fts0pars.cc(1135): warning C4065: switch statement contains 'default' but no 'case' labels (compiling source file D:\MySource\mysql-8.0.13\storage\innobase\fts\fts0pars.c c) [D:\MySource\mysql-8.0.13\build_x64\storage\innobase\innobase.vcxproj] d:\mysource\mysql-8.0.13\storage\innobase\ut\ut0ut.cc(621): warning C4722: 'ib::fatal::~fatal': destructor never returns, potential memory leak [D:\MySource\mysql-8.0.13\ build_x64\storage\innobase\innobase.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_long.vcxproj.metaproj" (Rebuild target) (55) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_long.vcxproj" (Rebuild target) (369) -> D:\MySource\mysql-8.0.13\components\example\test_string_service_long.cc(173): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\components\example\component_test_string_service_long.vcxproj] D:\MySource\mysql-8.0.13\components\example\test_string_service_long.cc(179): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\components\example\component_test_string_service_long.vcxproj] D:\MySource\mysql-8.0.13\components\example\test_string_service_long.cc(186): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\components\example\component_test_string_service_long.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_charset.vcxproj.metaproj" (Rebuild target) (54) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_charset.vcxproj" (Rebuild target) (368) -> D:\MySource\mysql-8.0.13\components\example\test_string_service_charset.cc(138): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_charset.vcxproj] D:\MySource\mysql-8.0.13\components\example\test_string_service_charset.cc(144): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service_charset.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service.vcxproj.metaproj" (Rebuild target) (53) -> "D:\MySource\mysql-8.0.13\build_x64\components\example\component_test_string_service.vcxproj" (Rebuild target) (367) -> D:\MySource\mysql-8.0.13\components\example\test_string_service.cc(222): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\components\example\component_test_string_service.vcxproj] D:\MySource\mysql-8.0.13\components\example\test_string_service.cc(228): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\components\example\component_test_string_service.vcxproj] D:\MySource\mysql-8.0.13\components\example\test_string_service.cc(236): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\components\example\component_test_string_service.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\archive\archive.vcxproj.metaproj" (Rebuild target) (11) -> "D:\MySource\mysql-8.0.13\build_x64\storage\archive\archive.vcxproj" (Rebuild target) (349) -> D:\MySource\mysql-8.0.13\storage\archive\azio.cc(779): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\storage\archive\archive.vcxproj] D:\MySource\mysql-8.0.13\storage\archive\azio.cc(807): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\storage\archive\archive.vcxproj] D:\MySource\mysql-8.0.13\storage\archive\ha_archive.cc(363): warning C4244: 'return': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\storage\archive\archive.vcxproj] D:\MySource\mysql-8.0.13\storage\archive\ha_archive.cc(1089): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\storage\archive\archive.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\mysys\base64_test.vcxproj.metaproj" (Rebuild target) (19) -> "D:\MySource\mysql-8.0.13\build_x64\mysys\base64_test.vcxproj" (Rebuild target) (348) -> D:\MySource\mysql-8.0.13\mysys\base64.cc(403): warning C4309: '=': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\mysys\base64_test.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj.metaproj" (Rebuild target) (24) -> "D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj.metaproj" (Rebuild target) (25) -> "D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj" (Rebuild target) (351) -> D:\MySource\mysql-8.0.13\libbinlogevents\src\statement_events.cpp(143): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\statement_events.cpp(298): warning C4244: 'argument': conversion from 'uint64_t' to 'const unsigned long', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\load_data_events.cpp(98): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(242): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(252): warning C4244: '=': conversion from 'unsigned long' to 'uint8_t', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\control_events.cpp(616): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(118): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(122): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(132): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(417): warning C4244: '=': conversion from 'uint64_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\rows_event.cpp(461): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\binlog_event.cpp(67): warning C4244: 'argument': conversion from 'unsigned __int64' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\src\binlogevents_static.vcxproj] D:\MySource\mysql-8.0.13\libbinlogevents\src\event_reader.cpp(222): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\libbinlogevents\sr c\binlogevents_static.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj.metaproj" (Rebuild target) (29) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj" (Rebuild target) (352) -> D:\MySource\mysql-8.0.13\sql-common\client_plugin.cc(91): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\client_plugin.cc(94): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1078): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1160): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1176): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(234): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(252): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(395): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(444): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\libmysql\clientlib.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj.metaproj" (Rebuild target) (40) -> "D:\MySource\mysql-8.0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj" (Rebuild target) (358) -> D:\MySource\mysql-8.0.13\components\mysql_server\log_builtins.cc(1794): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj] D:\MySource\mysql-8.0.13\components\mysql_server\log_builtins_filter.cc(205): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj] D:\MySource\mysql-8.0.13\components\mysql_server\log_builtins_filter.cc(879): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj] D:\MySource\mysql-8.0.13\components\mysql_server\log_builtins_filter.cc(976): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\components\mysql_server\component_mysql_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\components\validate_password\component_validate_password.vcxproj.metaproj" (Rebuild target) (71) -> "D:\MySource\mysql-8.0.13\build_x64\components\validate_password\component_validate_password.vcxproj" (Rebuild target) (383) -> D:\MySource\mysql-8.0.13\components\validate_password\validate_password_imp.cc(247): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\components\validate_password\component_validate_password.vcxproj] D:\MySource\mysql-8.0.13\components\validate_password\validate_password_imp.cc(377): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\components\validate_password\component_validate_password.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj.metaproj" (Rebuild target) (24) -> "D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj" (Rebuild target) (410) -> D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_gtid_misc.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_gtid_set.cc(772): warning C4267: 'return': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_gtid_misc.cc(376): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_gtid_state.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_gtid_execution.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\binlog.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\log_event.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(1193): warning C4244: 'initializing': conversion from 'my_off_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(1224): warning C4244: 'argument': conversion from 'my_off_t' to 'const unsigned int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(1235): warning C4244: '-=': conversion from 'my_off_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\b inlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(1247): warning C4244: '-=': conversion from 'my_off_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\b inlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(1506): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(2197): warning C4244: 'argument': conversion from 'double' to 'const long', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\binlog.cc(6601): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_binlog.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(759): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(3682): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(3696): warning C4244: '=': conversion from 'time_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\bi nlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(3960): warning C4267: 'initializing': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(4316): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(4567): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(7641): warning C4244: 'initializing': conversion from '__int64' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(10413): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(11320): warning C4244: '=': conversion from '__int64' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12001): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12317): warning C4244: 'return': conversion from '__int64' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12753): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12754): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12755): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12778): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12796): warning C4267: 'initializing': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12836): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\bi nlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(12990): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(13011): warning C4267: 'initializing': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\log_event.cc(13017): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\binlog_istream.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_filter.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_record.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_filter.cc(733): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\bin log.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_filter.cc(1090): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\bi nlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_filter.cc(1120): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\bi nlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_filter.cc(1322): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_record.cc(351): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_record.cc(765): warning C4244: 'initializing': conversion from '__int64' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_record.cc(840): warning C4244: 'initializing': conversion from '__int64' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_trx_tracking.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_utility.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_injector.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\binlog.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_utility.cc(846): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\binlog.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\innochecksum.vcxproj.metaproj" (Rebuild target) (111) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\innochecksum.vcxproj" (Rebuild target) (403) -> d:\mysource\mysql-8.0.13\utilities\innochecksum.cc(184): warning C4722: 'ib::fatal::~fatal': destructor never returns, potential memory leak [D:\MySource\mysql-8.0.13\bui ld_x64\utilities\innochecksum.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_gis.vcxproj.metaproj" (Rebuild target) (186) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_gis.vcxproj" (Rebuild target) (402) -> D:\MySource\mysql-8.0.13\sql\gis\crosses.cc(886): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\gis\wkb_visitor.cc(36): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\gis\wkb_visitor.cc(65): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\gis\wkb_visitor.cc(70): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\gis\wkb_visitor.cc(99): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_gis.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\ibd2sdi.vcxproj.metaproj" (Rebuild target) (104) -> "D:\MySource\mysql-8.0.13\build_x64\utilities\ibd2sdi.vcxproj" (Rebuild target) (404) -> D:\MySource\mysql-8.0.13\utilities\ibd2sdi.cc(1091): warning C4244: 'initializing': conversion from 'uint64_t' to 'page_no_t', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\utilities\ibd2sdi.vcxproj] d:\mysource\mysql-8.0.13\utilities\ibd2sdi.cc(391): warning C4722: 'ib::fatal::~fatal': destructor never returns, potential memory leak [D:\MySource\mysql-8.0.13\build_x6 4\utilities\ibd2sdi.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisam.vcxproj.metaproj" (Rebuild target) (129) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisam.vcxproj" (Rebuild target) (390) -> D:\MySource\mysql-8.0.13\storage\myisam\mi_cache.cc(72): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_cache.cc(92): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_dynrec.cc(1144): warning C4309: 'return': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisa m.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(107): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(113): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(125): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(134): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(165): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(236): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(238): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(248): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(259): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_locking.cc(488): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_locking.cc(513): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(144): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(332): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(618): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(214): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(219): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(224): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(229): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(234): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(239): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\sort.cc(529): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\myisam\myisam.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisam_nopfs.vcxproj.metaproj" (Rebuild target) (132) -> "D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisam_nopfs.vcxproj" (Rebuild target) (391) -> D:\MySource\mysql-8.0.13\storage\myisam\mi_cache.cc(72): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_cache.cc(92): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_dynrec.cc(1144): warning C4309: 'return': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\storage\myisam\myisa m_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(107): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(113): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(125): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(134): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(165): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(236): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(238): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(248): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_key.cc(259): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_locking.cc(488): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_locking.cc(513): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(144): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(332): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_open.cc(618): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(214): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(219): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(224): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(229): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(234): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\mi_static.cc(239): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\storage\myisam\myisam_nopfs.vcxproj] D:\MySource\mysql-8.0.13\storage\myisam\sort.cc(529): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s torage\myisam\myisam_nopfs.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj.metaproj" (Rebuild target) (163) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj" (Rebuild target) (394) -> D:\MySource\mysql-8.0.13\plugin\x\src\io\vio_input_stream.cc(165): warning C4244: '=': conversion from 'const ssize_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\io\vio_input_stream.cc(171): warning C4244: '+=': conversion from 'const ssize_t' to 'int', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\io\vio_input_stream.cc(174): warning C4244: '=': conversion from 'const ssize_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\udf\mysqlx_error.cc(41): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin/x/src/cap_handles_expired_passwords.h(54): warning C4101: 'error': unreferenced local variable (compiling source file D:\MySource\mysql-8. 0.13\plugin\x\src\xpl_client.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\cache_based_verification.cc(86): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\sha256_password_cache.cc(189): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin/x/ngs/include/ngs/protocol/column_info_builder.h(64): warning C4244: '=': conversion from 'const uint64_t' to 'uint32_t', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\x\src\admin_cmd_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\admin_cmd_arguments.cc(191): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxpro j] D:\MySource\mysql-8.0.13\plugin\x\src\admin_cmd_arguments.cc(370): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcx proj] D:\MySource\mysql-8.0.13\plugin/x/ngs/include/ngs/protocol/column_info_builder.h(64): warning C4244: '=': conversion from 'const uint64_t' to 'uint32_t', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\x\src\streaming_command_delegate.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(176): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(187): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(200): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(212): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(223): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(235): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(247): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(259): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\src\callback_command_delegate.cc(273): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysq lx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\ngs\src\client.cc(118): warning C4244: 'argument': conversion from 'const __int64' to 'const uint32_t', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\ngs\src\protocol_decoder.cc(192): warning C4244: 'argument': conversion from 'const xpl::Vio_input_stream::gint64' to 'int', possible lo ss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\ngs\src\vio_wrapper.cc(60): warning C4244: '=': conversion from 'const uint64_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\ngs\src\vio_wrapper.cc(62): warning C4244: '=': conversion from 'const uint64_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\plugin\x\mysqlx.vcxproj] D:\MySource\mysql-8.0.13\plugin\x\ngs\src\capabilities\handler_client_interactive.cc(48): warning C4101: 'error': unreferenced local variable [D:\MySource\mysql-8.0.13\bu ild_x64\plugin\x\mysqlx.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj.metaproj" (Rebuild target) (183) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj" (Rebuild target) (399) -> D:\MySource\mysql-8.0.13\sql\dd\dd_event.cc(298): warning C4244: 'argument': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_event.cc(389): warning C4244: 'argument': conversion from 'ulonglong' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_routine.cc(444): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_schema.cc(72): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_table.cc(412): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_table.cc(415): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_table.cc(423): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_table.cc(445): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_table.cc(451): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\dd_view.cc(592): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\tables\table_partition_values.cc(111): warning C4244: 'argument': conversion from 'dd::Object_id' to 'int', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\charset_impl.cc(57): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\abstract_table_impl.cc(130): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\collation_impl.cc(59): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_impl.cc(227): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_impl.cc(229): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_impl.cc(230): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_impl.cc(232): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_impl.cc(264): warning C4244: 'argument': conversion from 'ulonglong' to 'gis::srid_t', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(378): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data (compiling source file D:\My Source\mysql-8.0.13\sql\dd\impl\types\column_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(403): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data (compiling source file D:\My Source\mysql-8.0.13\sql\dd\impl\types\column_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(406): warning C4244: '=': conversion from 'int64' to 'int', possible loss of data (compiling source file D:\MySource\mysql -8.0.13\sql\dd\impl\types\column_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\column_type_element_impl.cc(96): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(378): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data (compiling source file D:\My Source\mysql-8.0.13\sql\dd\impl\types\column_type_element_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(403): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data (compiling source file D:\My Source\mysql-8.0.13\sql\dd\impl\types\column_type_element_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/dd/impl/sdi_impl.h(406): warning C4244: '=': conversion from 'int64' to 'int', possible loss of data (compiling source file D:\MySource\mysql -8.0.13\sql\dd\impl\types\column_type_element_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\event_impl.cc(106): warning C4244: '=': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\foreign_key_element_impl.cc(105): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\function_impl.cc(90): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\function_impl.cc(93): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\function_impl.cc(96): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\index_element_impl.cc(82): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\index_element_impl.cc(90): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\index_element_impl.cc(182): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\index_element_impl.cc(187): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\index_impl.cc(193): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\parameter_type_element_impl.cc(91): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\partition_impl.cc(245): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\parameter_impl.cc(186): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\parameter_impl.cc(188): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\parameter_impl.cc(190): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\parameter_impl.cc(192): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\partition_value_impl.cc(88): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\partition_value_impl.cc(90): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\resource_group_impl.cc(83): warning C4244: '=': conversion from 'longlong' to 'int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(136): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(153): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(170): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(197): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(224): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\schema_impl.cc(251): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\spatial_reference_system_impl.cc(78): warning C4244: 'argument': conversion from 'longlong' to 'gis::srid_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\spatial_reference_system_impl.cc(175): warning C4244: 'argument': conversion from 'dd::Object_id' to 'gis::srid_t', possible lo ss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\table_impl.cc(430): warning C4244: '=': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\tablespace_file_impl.cc(144): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\impl\types\trigger_impl.cc(112): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\dd\info_schema\show_query_builder.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\dd\info_schema\show_query_builder.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\dd\info_schema\show_query_builder.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\upgrade\schema.cc(87): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_dd.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_upgrade.vcxproj.metaproj" (Rebuild target) (146) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\mysqlclient.vcxproj.metaproj" (Rebuild target) (149) -> "D:\MySource\mysql-8.0.13\build_x64\libmysql\mysqlclient.vcxproj" (Rebuild target) (412) -> (PostBuildEvent target) -> libcrypto.lib(libcrypto-1_1-x64.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in libssl.lib(libssl-1_1-x64.dll); second definition ignored [D:\MySource \mysql-8.0.13\build_x64\libmysql\mysqlclient.vcxproj] libcrypto.lib(libcrypto-1_1-x64.dll) : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link opera tion that consumes this library [D:\MySource\mysql-8.0.13\build_x64\libmysql\mysqlclient.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj.metaproj" (Rebuild target) (138) -> "D:\MySource\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj" (Rebuild target) (438) -> (ClCompile target) -> d:\mysource\mysql-8.0.13\testclients\mysql_client_fw.cc(983): warning C4244: 'argument': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(1701): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(2059): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(14929): warning C4244: 'argument': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(18757): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(18771): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(19054): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(19275): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(19307): warning C4244: '=': conversion from 'my_ulonglong' to 'int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\testclients\mysql_client_test.vcxproj] D:\MySource\mysql-8.0.13\testclients\mysql_client_test.cc(19556): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\testclients\mysql_client_test.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql.vcxproj.metaproj" (Rebuild target) (137) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql.vcxproj" (Rebuild target) (439) -> D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(652): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\client\mysql.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(711): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\client\mysql.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_upgrade.vcxproj.metaproj" (Rebuild target) (146) -> "D:\MySource\mysql-8.0.13\build_x64\client\base\client_base.vcxproj.metaproj" (Rebuild target) (147) -> "D:\MySource\mysql-8.0.13\build_x64\client\base\client_base.vcxproj" (Rebuild target) (435) -> D:\MySource\mysql-8.0.13\client\base\mysql_query_runner.cc(284): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\client\base\client_base.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(652): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\client\base\client_base.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(711): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\client\base\client_base.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_config_editor.vcxproj.metaproj" (Rebuild target) (139) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_config_editor.vcxproj" (Rebuild target) (437) -> D:\MySource\mysql-8.0.13\client\mysql_config_editor.cc(930): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\client\mysql_config_editor.vcxproj] D:\MySource\mysql-8.0.13\client\mysql_config_editor.cc(931): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\client\mysql_config_editor.vcxproj] D:\MySource\mysql-8.0.13\client\mysql_config_editor.cc(934): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\client\mysql_config_editor.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_gis.vcxproj.metaproj" (Rebuild target) (186) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_gis.vcxproj" (Rebuild target) (402) -> D:\MySource\mysql-8.0.13\sql\item_geofunc.cc(418): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\item_geofunc.cc(738): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\item_geofunc.cc(2928): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\item_geofunc.cc(4556): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\item_geofunc.cc(4602): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_gis.vcxproj] D:\MySource\mysql-8.0.13\sql\item_geofunc_setops.cc(2655): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_gis.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlshow.vcxproj.metaproj" (Rebuild target) (160) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlshow.vcxproj" (Rebuild target) (429) -> D:\MySource\mysql-8.0.13\client\mysqlshow.cc(805): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\clien t\mysqlshow.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump_lib.vcxproj.metaproj" (Rebuild target) (157) -> "D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump_lib.vcxproj" (Rebuild target) (441) -> D:\MySource\mysql-8.0.13\client\dump\abstract_progress_watcher.cc(55): warning C4244: 'initializing': conversion from 'double' to 'uint64', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\client\dump\mysqlpump_lib.vcxproj] D:\MySource\mysql-8.0.13\client\dump\compression_zlib_writer.cc(53): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\client\dump\mysqlpump_lib.vcxproj] D:\MySource\mysql-8.0.13\client\dump\mysqldump_tool_chain_maker_options.cc(124): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump_lib.vcxproj] D:\MySource\mysql-8.0.13\client\dump\mysqldump_tool_chain_maker_options.cc(132): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump_lib.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj.metaproj" (Rebuild target) (211) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj" (Rebuild target) (427) -> D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\c onfig_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\ config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\s rc\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_gene rator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to hav e dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\socket_operations.h(32): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc ) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.c c) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\route r\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\rout er\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generato r.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generat or.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_gene rator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64 \router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySour ce\mysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_files.cc ) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_files.cc) [D:\MySour ce\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\ router\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\router\src\config_files.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySour ce\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource \mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\ router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\r outer_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\ router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\s rc\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app. cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to hav e dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\ MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D: \MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\route r\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\rout er\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app. cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\route r\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\router\src\router_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logger.h(66): warning C4251: 'mysql_harness::logging::Logger::handlers_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Logger' [D:\MySource\mysql-8.0.13\build_x64\ router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(52): warning C4251: 'mysql_harness::logging::Registry::kLogLevels': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_ha rness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(171): warning C4251: 'mysql_harness::logging::Registry::mtx_': class 'std::mutex' nee ds to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\router_app. cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(172): warning C4251: 'mysql_harness::logging::Registry::loggers_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harne ss::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(174): warning C4251: 'mysql_harness::logging::Registry::handlers_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(175): warning C4251: 'mysql_harness::logging::Registry::ready_': struct 'std::atomic< bool>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\r outer_app.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySour ce\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generato r.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\config_generator.cc) [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\ router\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\router\src\config_generator.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\router_app.cc(1060): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\utils.cc(83): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\utils.cc(337): warning C4101: 'exc': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\ router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\utils.cc(339): warning C4101: 'exc': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\ router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\common\my_sha1.cc(63): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\k eyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\ keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\s rc\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_inf o.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_in fo.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [D :\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [ D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\route r\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\rout er\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc ) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.c c) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\router\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\plugin_config.cc(53): warning C4101: 'exc': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router\src\rout er\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_inf o.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\common\mysql_session.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc(639): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc(670): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc(727): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\common\mysql_session.cc(777): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\router\src\windows\nt_servc.h(4): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8. 0.13\router\src\router\src\windows\nt_servc.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\process_launcher.h(80): warning C4251: 'mysql_harness::SpawnedProcess::cmd_line': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::SpawnedProcess' (compiling source file D:\MySource\mysql- 8.0.13\router\src\router\src\keyring_info.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc(98): warning C4244: 'argument': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc(112): warning C4244: 'argument': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\keyring_info.cc(150): warning C4244: 'argument': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_li b.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\ src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySour ce\mysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\windows\main-wi ndows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\router\src\windows\main-windows.cc) [D :\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\ router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] d:\mysource\mysql-8.0.13\router\src\router\src\windows\nt_servc.h(4): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8. 0.13\router\src\router\src\windows\main-windows.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\windows\password_vault.cc(122): warning C4244: '=': conversion from 'std::streamoff' to 'DWORD', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] D:\MySource\mysql-8.0.13\router\src\router\src\windows\password_vault.cc(162): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\router\src\router\src\router_lib.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqltest.vcxproj.metaproj" (Rebuild target) (162) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqltest.vcxproj" (Rebuild target) (425) -> D:\MySource\mysql-8.0.13\client\mysqltest.cc(3219): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\client\mysqltest.vcxproj] D:\MySource\mysql-8.0.13\client\mysqltest.cc(3578): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\client\mysqltest.vcxproj] D:\MySource\mysql-8.0.13\client\mysqltest.cc(3948): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\client\mysqltest.vcxproj] D:\MySource\mysql-8.0.13\client\mysqltest.cc(9704): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\clien t\mysqltest.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_upgrade.vcxproj.metaproj" (Rebuild target) (146) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysql_upgrade.vcxproj" (Rebuild target) (443) -> D:\MySource\mysql-8.0.13\client\upgrade\program.cc(585): warning C4244: 'argument': conversion from 'uint64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\client\mysql_upgrade.vcxproj] D:\MySource\mysql-8.0.13\client\upgrade\program.cc(684): warning C4244: '=': conversion from 'int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\c lient\mysql_upgrade.vcxproj] D:\MySource\mysql-8.0.13\client\upgrade\program.cc(712): warning C4244: '=': conversion from 'int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\c lient\mysql_upgrade.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump.vcxproj.metaproj" (Rebuild target) (156) -> "D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump.vcxproj" (Rebuild target) (448) -> D:\MySource\mysql-8.0.13\client\dump\program.cc(156): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\client\dump\mysqlpump.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlbinlog.vcxproj.metaproj" (Rebuild target) (151) -> "D:\MySource\mysql-8.0.13\build_x64\client\mysqlbinlog.vcxproj" (Rebuild target) (432) -> D:\MySource\mysql-8.0.13\client\mysqlbinlog.cc(112): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\client\mysqlbinlog.vcxproj] D:\MySource\mysql-8.0.13\client\mysqlbinlog.cc(115): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\cl ient\mysqlbinlog.vcxproj] D:\MySource\mysql-8.0.13\client\mysqlbinlog.cc(202): warning C4018: '<': signed/unsigned mismatch [D:\MySource\mysql-8.0.13\build_x64\client\mysqlbinlog.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj.metaproj" (Rebuild target) (141) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj" (Rebuild target) (445) -> d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mysql_protocol\src\base_packet.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql _protocol::Packet::capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (comp iling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.v cxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysq lrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::username_': class 'std::basic_string,st d::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\ro uter\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\m ysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysq lrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::database_': class 'std::basic_string,st d::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\ro uter\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\ mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protoco l\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpri se\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D: \MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_proto col\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_prot ocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Ente rprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source fil e D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake _packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Parser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have d ll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\sr c\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_p rotocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql _protocol\mysql_protocol.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mys ql_protocol\mysql_protocol.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc)D:\MySource\mysql-8.0.1 3\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysq l_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\base_packet.cc)D:\MySource\mysql-8.0.13\router\src\mysql_protocol\in clude\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (com piling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol.vcxp roj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(318): warning C4333: '>>': right shift by too large amount, data loss (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\handshake_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_proto col.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(318): warning C4333: '>>': right shift by too large amount, data loss (compiling source file D:\MySource\mysql-8.0.13\router\src\mysql_protocol\src\error_packet.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mysql_protocol\mysql_protocol. vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj.metaproj" (Rebuild target) (103) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj" (Rebuild target) (447) -> D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(63): warning C4251: 'HttpServerComponent::rh_mu': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\static_files.cc) [D:\MySource\mysql-8.0 .13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(64): warning C4251: 'HttpServerComponent::request_handlers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\route r\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(66): warning C4251: 'HttpServerComponent::srv_': class 'std::weak_ptr' ne eds to have dll-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\static_files.cc)C:\Progra m Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src \http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server .vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(63): warning C4251: 'HttpServerComponent::rh_mu': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_component.cc)D:\MySource\my sql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(457): note: see declaration of 'std::vector>' [D:\MySource\mysql-8.0.13\ build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\sr c\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(64): warning C4251: 'HttpServerComponent::request_handlers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\route r\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(66): warning C4251: 'HttpServerComponent::srv_': class 'std::weak_ptr' ne eds to have dll-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(63): warning C4251: 'HttpServerComponent::rh_mu': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D:\MySource\mys ql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(64): warning C4251: 'HttpServerComponent::request_handlers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\route r\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(66): warning C4251: 'HttpServerComponent::srv_': class 'std::weak_ptr' ne eds to have dll-interface to be used by clients of class 'HttpServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\http\src\http_server_plugin.cc) [D :\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\http\src\http_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\http\src\http_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj.metaproj" (Rebuild target) (158) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj" (Rebuild target) (444) -> D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.v cxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrout er.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlr outer.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysql router.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64 \router\src\router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\ router\src\router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\router\src \router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrout er.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrou ter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\s rc\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\ MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.1 3\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logger.h(66): warning C4251: 'mysql_harness::logging::Logger::handlers_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Logger' [D:\MySource\mysql-8.0.13\build_x64\ router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(52): warning C4251: 'mysql_harness::logging::Registry::kLogLevels': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_ha rness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(171): warning C4251: 'mysql_harness::logging::Registry::mtx_': class 'std::mutex' nee ds to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(172): warning C4251: 'mysql_harness::logging::Registry::loggers_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harne ss::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(174): warning C4251: 'mysql_harness::logging::Registry::handlers_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/registry.h(175): warning C4251: 'mysql_harness::logging::Registry::ready_': struct 'std::atomic< bool>' needs to have dll-interface to be used by clients of class 'mysql_harness::logging::Registry' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.v cxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(402): warning C4251: 'CmdArgHandler::options_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/arg_handler.h(404): warning C4251: 'CmdArgHandler::rest_arguments_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'CmdArgHandler' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_ x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\ src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\sr c\router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src \router\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\r outer\src\mysqlrouter.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\route r\src\mysqlrouter.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj.metaproj" (Rebuild target) (122) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj" (Rebuild target) (446) -> D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cac he\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_ca che\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata _cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\met adata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\me tadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_ca che_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_c ache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metad ata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\meta data_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metada ta_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc)D:\MySource\mysql-8.0.13\rou ter\src\harness\include\dim.h(437): note: see declaration of 'std::function' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\buil d_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x 64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\ router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_ x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\met adata_cache_plugin.cc)D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicas et_name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedIns tance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\meta data_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): note: see declaration of ' mysql_harness::UniquePtr' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc)C:\Program Fil es (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,st d::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metad ata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc)D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache .h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 'std::basic_string,std::allocator>' needs to have dll-i nterface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D :\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc)D:\MySource\mysql-8.0.13\rou ter\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router \src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc)D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_string,std: :allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\m etadata_cache\src\cluster_metadata.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D: \MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\incl ude\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src \metadata_cache\src\plugin_config.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration o f 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [ D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\ xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\met adata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0 .13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0 .13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13 \build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metad ata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadat a_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcx proj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(164): warning C4251: 'ClusterMetadata::user_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_ cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(165): warning C4251: 'ClusterMetadata::password_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metad ata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(168): warning C4251: 'ClusterMetadata::ttl_': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_factory. cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(172): warning C4251: 'ClusterMetadata::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\m etadata_cache\src\metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(192): warning C4251: 'ClusterMetadata::metadata_connection_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\ metadata_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(164): warning C4251: 'ClusterMetadata::user_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_ cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(165): warning C4251: 'ClusterMetadata::password_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metad ata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(168): warning C4251: 'ClusterMetadata::ttl_': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata. cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(172): warning C4251: 'ClusterMetadata::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\m etadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(192): warning C4251: 'ClusterMetadata::metadata_connection_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\ cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cac he\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_ca che\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata _cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\clu ster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cl uster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_met adata.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\ro uter\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_me tadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\bu ild_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metad ata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.1 3\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\meta data_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster _metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluste r_metadata.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: ' mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harne ss::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\me tadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\b uild_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysq l-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache. vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vc xproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc(92): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router \src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc(121): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\route r\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.cc(566): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\route r\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc(476): warning C4005: 'NOMINMAX': macro redefinition [D:\MySource\mysql-8.0.13\build_x64\router\sr c\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_c ache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cac he.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(167): warning C4251: 'MetadataCache::replicaset_data_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysq l-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(170): warning C4251: 'MetadataCache::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadat a_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(174): warning C4251: 'MetadataCache::metadata_servers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\met adata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(177): warning C4251: 'MetadataCache::ttl_': class 'std::chrono::duration<__int64,std::milli>' need s to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.c c) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(185): warning C4251: 'MetadataCache::meta_data_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MyS ource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(192): warning C4251: 'MetadataCache::cache_refreshing_mutex_': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySou rce\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(202): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadat a_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(204): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_mtx_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plug in.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(207): warning C4251: 'MetadataCache::terminate_': struct 'std::atomic' needs to have dll-int erface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\m ysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(211): warning C4251: 'MetadataCache::replicaset_instances_change_callbacks_mtx_': class 'std::mute x' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_p lugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(215): warning C4251: 'MetadataCache::listeners_': class 'std::map,std::allocator<_Kty>>,std::less,std::allocator>>,std::allocator< std::pair,std::allocator>,_Ty>>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\M ySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\metadata_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metad ata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\mysql\harness\config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadat a_cache\src\metadata_cache_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64 \router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build _x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.1 3\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\bu ild_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vc xproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(167): warning C4251: 'MetadataCache::replicaset_data_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysq l-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(170): warning C4251: 'MetadataCache::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadat a_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(174): warning C4251: 'MetadataCache::metadata_servers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\met adata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(177): warning C4251: 'MetadataCache::ttl_': class 'std::chrono::duration<__int64,std::milli>' need s to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\ MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(185): warning C4251: 'MetadataCache::meta_data_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\m ysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(192): warning C4251: 'MetadataCache::cache_refreshing_mutex_': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mys ql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(202): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadat a_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(204): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_mtx_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(207): warning C4251: 'MetadataCache::terminate_': struct 'std::atomic' needs to have dll-int erface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.cc) [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(211): warning C4251: 'MetadataCache::replicaset_instances_change_callbacks_mtx_': class 'std::mute x' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.c c) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(215): warning C4251: 'MetadataCache::listeners_': class 'std::map,std::allocator<_Kty>>,std::less,std::allocator>>,std::allocator< std::pair,std::allocator>,_Ty>>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\M ySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x6 4\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\rout er\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\ router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x 64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj ] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(167): warning C4251: 'MetadataCache::replicaset_data_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysq l-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(170): warning C4251: 'MetadataCache::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadat a_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(174): warning C4251: 'MetadataCache::metadata_servers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\met adata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(177): warning C4251: 'MetadataCache::ttl_': class 'std::chrono::duration<__int64,std::milli>' need s to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySou rce\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(185): warning C4251: 'MetadataCache::meta_data_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(192): warning C4251: 'MetadataCache::cache_refreshing_mutex_': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(202): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_': class 'std::set,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\MySource\mysql-8.0.13\build_x64\router\src\metadat a_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(204): warning C4251: 'MetadataCache::replicasets_with_unreachable_nodes_mtx_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\M ySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(207): warning C4251: 'MetadataCache::terminate_': struct 'std::atomic' needs to have dll-int erface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(211): warning C4251: 'MetadataCache::replicaset_instances_change_callbacks_mtx_': class 'std::mute x' needs to have dll-interface to be used by clients of class 'MetadataCache' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D :\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\metadata_cache.h(215): warning C4251: 'MetadataCache::listeners_': class 'std::map,std::allocator<_Kty>>,std::less,std::allocator>>,std::allocator< std::pair,std::allocator>,_Ty>>>' needs to have dll-interface to be used by clients of class 'MetadataCache' [D:\M ySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(164): warning C4251: 'ClusterMetadata::user_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_ cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(165): warning C4251: 'ClusterMetadata::password_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metad ata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(168): warning C4251: 'ClusterMetadata::ttl_': class 'std::chrono::duration<__int64,std::milli>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\cache_api.cc) [D: \MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(172): warning C4251: 'ClusterMetadata::cluster_name_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\m etadata_cache\src\cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] d:\mysource\mysql-8.0.13\router\src\metadata_cache\src\cluster_metadata.h(192): warning C4251: 'ClusterMetadata::metadata_connection_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'ClusterMetadata' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\ cache_api.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysq l-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0. 13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache .vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cac he.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource \mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllexport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mys ql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metad ata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadat a_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc(82): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_ x64\router\src\metadata_cache\metadata_cache.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\src\group_replication_metadata.cc(202): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build _x64\router\src\metadata_cache\metadata_cache.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj.metaproj" (Rebuild target) (187) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj" (Rebuild target) (449) -> D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(103): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(106): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(125): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(175): warning C4244: 'return': conversion from 'longlong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(248): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\build_x64\sql\sql_yacc.cc(22905): warning C4267: 'initializing': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(4354): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(4403): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(5784): warning C4244: 'argument': conversion from 'ulong' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(7505): warning C4244: '=': conversion from 'ulong' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(8413): warning C4244: '=': conversion from 'longlong' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(10988): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(11147): warning C4244: 'initializing': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(11378): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(11382): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(11386): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(13400): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(13404): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(13408): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(15935): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(15945): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_yacc.yy(15960): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj.metaproj" (Rebuild target) (212) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj" (Rebuild target) (450) -> D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(25): warning C4005: 'NOMINMAX': macro redefinition [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\routing\src\utils.h(37): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql-8.0.13\rout er\src\routing\src\utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\mysql_routing.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol ::HandshakeResponsePacket::username_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of clas s 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routi ng.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routi ng.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_ x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.v cxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rout ing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\r outer\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\ src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc)D:\MySource\mysql-8.0.13\router\ src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13 \router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_ x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc) [D:\MySource\mysql-8.0.13\build_x64\ router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(485): warning C4251: 'mysql_harness::DIM::factory_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\ routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(487): warning C4251: 'mysql_harness::DIM::deleter_LoggingRegistry_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src \routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(488): warning C4251: 'mysql_harness::DIM::instance_LoggingRegistry_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\ src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(491): warning C4251: 'mysql_harness::DIM::factory_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_pl ugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(492): warning C4251: 'mysql_harness::DIM::deleter_MySQLSession_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_p lugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(495): warning C4251: 'mysql_harness::DIM::factory_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(496): warning C4251: 'mysql_harness::DIM::deleter_Ofstream_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc ) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(500): warning C4251: 'mysql_harness::DIM::factory_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routi ng\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(502): warning C4251: 'mysql_harness::DIM::deleter_RandomGenerator_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\rout ing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(505): warning C4251: 'mysql_harness::DIM::factory_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin .cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(506): warning C4251: 'mysql_harness::DIM::deleter_Config_': class 'std::function' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugi n.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(507): warning C4251: 'mysql_harness::DIM::instance_Config_': class 'mysql_harness::UniquePtr' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_pl ugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\dim.h(576): warning C4251: 'mysql_harness::DIM::mtx_': class 'std::recursive_mutex' needs to have dll-interface to be used by clients of class 'mysql_harness::DIM' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\ router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\r outer\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\ src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_ x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\plugin_config.cc) [D:\MySource\mysql-8.0.13\build_x64\ router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(120): warning C4309: 'initializing': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(327): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(521): warning C4309: '=': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\router\src\rou ting\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(527): warning C4267: 'argument': conversion from 'size_t' to 'socklen_t', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\mysql_routing.cc(532): warning C4309: '=': truncation of constant value [D:\MySource\mysql-8.0.13\build_x64\router\src\rou ting\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj ] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj ] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj ] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\dest_metadata_cache.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_ protocol::HandshakeResponsePacket::Parser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\b uild_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\destination.cc) [D:\MySource\mysql-8.0.13\build_x6 4\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol /handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::database_': class 'std::basic_string,std::allocator>' n eeds to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\d est_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.2550 3\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h( 216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::auth_plugin_': class 'std::basic_string,std::allocator>' needs to have dll- interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cach e.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'm ysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\dest_next_available.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include\xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc)D:\M ySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(456): note: see declaration of 'std::map,std::allocator>>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\dest_first_available.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterato r::pattern_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directo ry::DirectoryIterator' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(71): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::R eplicasetStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build _x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(73): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::S erverMode' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\r outer\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(80): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache::I nstanceStatus' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x 64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(91): warning C4251: 'metadata_cache::ManagedInstance::replicaset_name': class 'std ::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling so urce file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(93): warning C4251: 'metadata_cache::ManagedInstance::mysql_server_uuid': class 's td::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(95): warning C4251: 'metadata_cache::ManagedInstance::role': class 'std::basic_str ing,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(103): warning C4251: 'metadata_cache::ManagedInstance::location': class 'std::basi c_string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(105): warning C4251: 'metadata_cache::ManagedInstance::host': class 'std::basic_st ring,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedInstance' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(118): warning C4251: 'metadata_cache::ManagedReplicaSet::name': class 'std::basic_ string,std::allocator>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' (compiling source f ile D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(126): warning C4251: 'metadata_cache::ManagedReplicaSet::members': class 'std::vec tor>' needs to have dll-interface to be used by clients of class 'metadata_cache::ManagedReplicaSet' [D:\MySource\mysql- 8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(166): warning C4251: 'metadata_cache::LookupResult::instance_vector': class 'std:: vector>' needs to have dll-interface to be used by clients of class 'metadata_cache::LookupResult' [D:\MySource\mysql-8. 0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(329): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPIBase' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\metadata_cache\include\mysqlrouter/metadata_cache.h(361): warning C4091: '__declspec(dllimport)': ignored on left of 'metadata_cache:: MetadataCacheAPI' when no variable is declared (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_metadata_cache.cc) [D:\MySource\mysql-8.0.13\buil d_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rou ting.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\ routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routin g\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_first_available.cc) [D:\MySource\mysql-8.0.13 \build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rout ing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_next_available.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rout ing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\ro uting.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\dest_round_robin.cc) [D:\MySource\mysql-8.0.13\bui ld_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routin g\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\rou ting\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\r outing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8 .0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\routing\src\protocol\../utils.h(37): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql -8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\routing.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc)D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warnin g C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\buil d_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc)C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.11.25503\include \xstring(4079): note: see declaration of 'std::basic_string,std::allocator>' (compiling source file D:\MySource\mysql-8.0.13\router\src\ro uting\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\routing.cc(179): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\routing\src\routing.cc(187): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\protocol\classic_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing. vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64 \router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(761): warning C4251: 'mysql_harness::PluginFuncEnv::error_message_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySour ce\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(764): warning C4251: 'mysql_harness::PluginFuncEnv::cond_': class 'std::condition_variable' nee ds to have dll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(765): warning C4251: 'mysql_harness::PluginFuncEnv::mutex_': class 'std::mutex' needs to have d ll-interface to be used by clients of class 'mysql_harness::PluginFuncEnv' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection.cc) [D:\MySourc e\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(945): warning C4251: 'mysql_harness::Loader::plugins_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\My Source\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(957): warning C4251: 'mysql_harness::Loader::plugin_start_env_': class 'std::map,std::less<_Kty>,std::allocator>>' needs to have dll-interface to be used by c lients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(962): warning C4251: 'mysql_harness::Loader::sessions_': class 'std::vector,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(967): warning C4251: 'mysql_harness::Loader::order_': class 'std::list>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(969): warning C4251: 'mysql_harness::Loader::logging_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(970): warning C4251: 'mysql_harness::Loader::plugin_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(971): warning C4251: 'mysql_harness::Loader::runtime_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0. 13\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(972): warning C4251: 'mysql_harness::Loader::config_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(973): warning C4251: 'mysql_harness::Loader::data_folder_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/loader.h(974): warning C4251: 'mysql_harness::Loader::program_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Loader' (compiling source file D:\MySource\mysql-8.0.13\rout er\src\routing\src\connection.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcx proj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\context.cc) [D:\MySource\mysql-8.0.13\build_x64\ro uter\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rout ing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\r outing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing \routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\ build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routin g.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\rou ting.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\ routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routin g\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\connection_container.cc) [D:\MySource\mysql-8.0.13 \build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\routing\src\protocol\../utils.h(37): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySource\mysql -8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] d:\mysource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\routing \src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj] D:\MySource\mysql-8.0.13\extra\protobuf\protobuf-2.6.1\src\google/protobuf/io/coded_stream.h(977): warning C4244: '=': conversion from '__int64' to 'int', possible loss o f data (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.vcxproj ] D:\MySource\mysql-8.0.13\extra\protobuf\protobuf-2.6.1\src\google/protobuf/io/coded_stream.h(1162): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\router\src\routing\src\protocol\x_protocol.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\routing\routing.v cxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj.metaproj" (Rebuild target) (125) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj" (Rebuild target) (451) -> D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc(28): warning C4005: 'NOMINMAX': macro redefinition [D:\MySource\mysql-8.0.13\build_x64\rou ter\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\moc k_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\m ock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8 .0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.h(34): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySou rce\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\extra\rapidjson\include\rapidjson\pointer.h(266): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data (compi ling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vc xproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\duktape_statement_reader.cc)D:\MySource\mysql-8.0.13\extra\rapidjson\include\rapidjson/schema.h(1443): note: see reference to function template i nstantiation 'rapidjson::GenericPointer,rapidjson::CrtAllocator>,Allocator> rapidjson::GenericPointer,Allocator>,Allocator>::Append(rapidjson::SizeType,Allocator *) const' being compiled [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mo ck_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj ] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc)d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protoc ol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::password_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server \src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mo ck_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc) [D:\MySource\mysql- 8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj ] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxpr oj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\moc k_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\sr c\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysq l-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_encoder.cc(161): warning C4267: 'argument': conversion from 'size_t' to 'server_mock::byte', possible l oss of data [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_serv er.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server .vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mo ck_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\ mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc) [D:\MySource\mysql- 8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc(58): warning C4244: 'argument': conversion from 'socket_t' to 'int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\mock_server\src\duktape_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.cc(77): warning C4244: 'argument': conversion from 'socket_t' to 'int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\extra\rapidjson\include\rapidjson/schema.h(1281): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data (compi ling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\json_statement_reader.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vc xproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc(48): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.13\build_ x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.h(34): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySou rce\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\s rc\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\s rc\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\s rc\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.1 3\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\include\mysqlrouter/mock_server_component.h(42): warning C4251: 'MockServerComponent::srv_': class 'std::weak_ptr' needs to have dll-interface to be used by clients of class 'MockServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_serv er\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxp roj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxpro j] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_se rver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock _server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mo ck_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc) [D:\MySource\mysql-8. 0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc(77): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_utils.cc(137): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc(141): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc(204): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\router\ src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\mysql_server_mock.cc(502): warning C4244: 'argument': conversion from 'socket_t' to 'int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\ mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\m ysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' (compiling source file D:\MySource\mysql-8.0.1 3\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock _server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_se rver\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' (compiling source file D:\MySource\mysql-8.0.13\router\ src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (com piling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcx proj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' (compi ling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D :\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\ src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock _server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0. 13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\include\mysqlrouter/mock_server_component.h(42): warning C4251: 'MockServerComponent::srv_': class 'std::weak_ptr' needs to have dll-interface to be used by clients of class 'MockServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_serv er\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' (compiling source file D:\MySource\mysql-8.0.13\router\sr c\mock_server\src\mock_server_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\include\mysqlrouter/mock_server_component.h(42): warning C4251: 'MockServerComponent::srv_': class 'std::weak_ptr' needs to have dll-interface to be used by clients of class 'MockServerComponent' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_serv er\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mock_server\src\mysql_protocol_decoder.h(34): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition (compiling source file D:\MySou rce\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(69): warning C4251: 'std::_Vector_alloc>::_Mypair': class 'std::_Compressed_pair,std::_Vector_val>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc>' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/base_packet.h(577): warning C4251: 'mysql_protocol::Packet::capability_flags_': clas s 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::Packet' (compiling source file D:\MySource\mysql-8.0.13\ router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(115): warning C4251: 'mysql_protocol::ErrorPacket::message_': class ' std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling sou rce file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/error_packet.h(118): warning C4251: 'mysql_protocol::ErrorPacket::sql_state_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::ErrorPacket' (compiling s ource file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(204): warning C4251: 'mysql_protocol::HandshakeResponsePacket::us ername_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(207): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa ssword_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(210): warning C4251: 'mysql_protocol::HandshakeResponsePacket::da tabase_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeR esponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serv er\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(216): warning C4251: 'mysql_protocol::HandshakeResponsePacket::au th_plugin_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_protocol::Handsha keResponsePacket' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_s erver\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(226): warning C4251: 'mysql_protocol::HandshakeResponsePacket::pa rser_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'mysql_ protocol::HandshakeResponsePacket' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(281): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser41::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeRespo nsePacket::Parser41' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\moc k_server\src\mock_server.vcxproj] d:\mysource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter\mysql_protocol/handshake_packet.h(321): warning C4251: 'mysql_protocol::HandshakeResponsePacket::Pa rser320::effective_capability_flags_': class 'mysql_protocol::Capabilities::Flags' needs to have dll-interface to be used by clients of class 'mysql_protocol::HandshakeResp onsePacket::Parser320' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8.0.13\build_x64\router\src\m ock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mysql_protocol\include\mysqlrouter/mysql_protocol.h(60): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'mysql_protocol::packet_error' (compiling source file D:\MySource\mysql-8.0.13\router\src\mock_server\src\mock_server_component.cc) [D:\MySource\mysql-8 .0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj.metaproj" (Rebuild target) (125) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj" (Rebuild target) (451) -> D:\MySource\mysql-8.0.13\router\src\mock_server\src\duk_module_shim.c(137): warning C4267: 'function': conversion from 'size_t' to 'duk_idx_t', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\src\duk_module_shim.c(270): warning C4013: 'write' undefined; assuming extern returning int [D:\MySource\mysql-8.0.13\buil d_x64\router\src\mock_server\src\mock_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj.metaproj" (Rebuild target) (208) -> "D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj" (Rebuild target) (452) -> D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(209): warning C4251: 'mysql_harness::ConfigSection::name': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64 \router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(210): warning C4251: 'mysql_harness::ConfigSection::key': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\ router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(220): warning C4251: 'mysql_harness::ConfigSection::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MySource\mysql-8.0.13\build_x64\router\src \mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(221): warning C4251: 'mysql_harness::ConfigSection::options_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysql_harness::ConfigSection' [D:\MyS ource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(488): warning C4251: 'mysql_harness::Config::sections_': class 'std::map,std::allocator>>' needs to have dll-interface to be used by clients of class 'mysq l_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(489): warning C4251: 'mysql_harness::Config::reserved_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest _mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/config_parser.h(490): warning C4251: 'mysql_harness::Config::defaults_': class 'std::shared_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Config' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\res t_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(274): warning C4251: 'mysql_harness::Path::path_': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Path' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_ser ver\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(355): warning C4251: 'mysql_harness::Directory::DirectoryIterator::pattern_': class 'std::b asic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\ MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/filesystem.h(369): warning C4251: 'mysql_harness::Directory::DirectoryIterator::state_': class 'std::sha red_ptr' needs to have dll-interface to be used by clients of class 'mysql_harness::Directory::DirectoryIterator' [D:\My Source\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\mysql/harness/logging/logging.h(61): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition [D:\MySource\mysql-8.0.1 3\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\harness\include\tcp_address.h(139): warning C4251: 'mysql_harness::TCPAddress::addr': class 'std::basic_string,std::allocator>' needs to have dll-interface to be used by clients of class 'mysql_harness::TCPAddress' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_serve r\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(275): warning C4251: 'HttpUri::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpUri' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(317): warning C4251: 'HttpBuffer::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpBuffer' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxpr oj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(358): warning C4251: 'HttpHeaders::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpHeaders' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vc xproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(413): warning C4251: 'IOContext::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'IOContext' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_common.h(482): warning C4251: 'HttpRequest::pImpl_': class 'std::unique_ptr>' needs to have dll-interface to be used by clients of class 'HttpRequest' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vc xproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(63): warning C4251: 'HttpServerComponent::rh_mu': class 'std::mutex' needs to have dl l-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(64): warning C4251: 'HttpServerComponent::request_handlers_': class 'std::vector>' needs to have dll-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\route r\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\http\include\mysqlrouter/http_server_component.h(66): warning C4251: 'HttpServerComponent::srv_': class 'std::weak_ptr' ne eds to have dll-interface to be used by clients of class 'HttpServerComponent' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_mock_server.vcxproj] D:\MySource\mysql-8.0.13\router\src\mock_server\include\mysqlrouter/mock_server_component.h(42): warning C4251: 'MockServerComponent::srv_': class 'std::weak_ptr' needs to have dll-interface to be used by clients of class 'MockServerComponent' [D:\MySource\mysql-8.0.13\build_x64\router\src\mock_server\src\rest_ mock_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj.metaproj" (Rebuild target) (183) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_dd.vcxproj" (Rebuild target) (399) -> D:\MySource\mysql-8.0.13\sql\dd\info_schema\table_stats.cc(95): warning C4244: 'initializing': conversion from 'time_t' to 'long', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\info_schema\table_stats.cc(188): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\info_schema\table_stats.cc(207): warning C4244: 'argument': conversion from 'time_t' to 'my_time_t', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\sql\sql_dd.vcxproj] D:\MySource\mysql-8.0.13\sql\dd\info_schema\table_stats.cc(815): warning C4244: '=': conversion from 'rec_per_key_t' to 'ha_rows', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_dd.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj.metaproj" (Rebuild target) (187) -> "D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj" (Rebuild target) (449) -> D:\MySource\mysql-8.0.13\sql/sql_lex_hints.h(299): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\build_x64\sql\sql_hints.yy.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\build_x64\sql\sql_hints.yy.cc(1287): warning C4065: switch statement contains 'default' but no 'case' labels [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:/MySource/mysql-8.0.13/sql/sql_hints.yy(209): warning C4244: 'argument': conversion from 'longlong' to 'ulong', possible loss of data (compiling source file D:\MySource \mysql-8.0.13\build_x64\sql\sql_hints.yy.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(1006): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(1805): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2073): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2113): warning C4305: 'return': truncation from 'unsigned long' to 'bool' [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2121): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2586): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2617): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2886): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(2920): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(3414): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(3426): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(3515): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4026): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4102): warning C4101: 'le': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4104): warning C4101: 'ba': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4363): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4385): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4481): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4501): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4525): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authentication.cc(4547): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(262): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(361): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1130): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1146): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1244): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8. 0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1301): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1355): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1754): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(1810): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(3188): warning C4267: '+=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(3191): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(3198): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_auth_cache.cc(3211): warning C4267: '+=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\service_security_context.cc(294): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_security_ctx.cc(160): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_security_ctx.cc(162): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_security_ctx.cc(166): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_security_ctx.cc(520): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(234): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(252): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(395): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password_common.cc(444): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(271): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(536): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\role_tables.cc(294): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\role_tables.cc(295): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\role_tables.cc(296): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\role_tables.cc(297): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(1061): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(1129): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sha2_password.cc(1255): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\auth\sql_authorization.cc(4105): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\sql\sql_main.vcxproj] d:\boost\boost_1_67_0\boost\graph\named_function_params.hpp(240): warning C4172: returning address of local variable or temporary [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\dd_table_share.cc(888): warning C4267: 'argument': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\dd_table_share.cc(1162): warning C4244: '=': conversion from '__int64' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\dd_table_share.cc(2136): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\dd_table_share.cc(2137): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\dd_table_share.cc(2167): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\default_values.cc(88): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\default_values.cc(91): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\default_values.cc(106): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\default_values.cc(168): warning C4267: '+=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\default_values.cc(178): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field_conv.cc(555): warning C4267: 'argument': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\field.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(4247): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6318): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6331): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6641): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6768): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6771): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6971): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(6994): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7020): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7177): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7179): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7208): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7253): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7459): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(7769): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9073): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9125): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9397): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9398): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9640): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9646): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9659): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9743): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9864): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9868): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9878): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9890): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9902): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9912): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9913): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9919): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9920): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9924): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9928): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9932): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9936): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9940): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9944): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9948): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9952): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9956): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9959): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9965): warning C4267: 'argument': conversion from 'size_t' to 'uint8', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9968): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9980): warning C4267: 'argument': conversion from 'size_t' to 'uint8', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9989): warning C4267: 'argument': conversion from 'size_t' to 'uint8', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9992): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(9997): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10000): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10017): warning C4267: 'argument': conversion from 'size_t' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10098): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10537): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10559): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10561): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\field.cc(10564): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(463): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_m ain.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(492): warning C4244: 'argument': conversion from 'ha_rows' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(499): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1036): warning C4244: 'argument': conversion from 'ha_rows' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1086): warning C4244: 'argument': conversion from 'ha_rows' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1233): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1504): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1516): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1584): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1588): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1599): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1616): warning C4244: 'return': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(1959): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(2200): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\filesort.cc(2234): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql/bounded_queue.h(113): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\filesort.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/bounded_queue.h(113): warning C4267: 'initializing': conversion from 'size_t' to 'const uint', possible loss of data (compiling source file D :\MySource\mysql-8.0.13\sql\filesort.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\include\add_with_saturate.h(47): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compiling source file D:\MyS ource\mysql-8.0.13\sql\filesort.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\aggregate_check.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\aggregate_check.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\aggregate_check.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\aggregate_check.cc(437): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\histograms\equi_height_bucket.cc(302): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\handler.cc(808): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\handler.cc(2444): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\handler.cc(4984): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\handler.cc(4999): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\handler.cc(5663): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\hostname.cc(173): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\log_resource.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\item.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(518): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(518): warning C4267: 'initializing': conversion from 'size_t' to 'const uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(3385): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(5576): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(5583): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(6251): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(6276): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(6432): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(7033): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(7033): warning C4267: 'initializing': conversion from 'size_t' to 'const uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(9209): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item.cc(9217): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\item_cmpfunc.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_cmpfunc.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_cmpfunc.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_cmpfunc.cc(5389): warning C4267: 'argument': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(103): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file D :\MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(106): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(125): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(175): warning C4244: 'return': conversion from 'longlong' to 'double', possible loss of data (compiling source file D:\MyS ource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(248): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_create.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(1966): warning C4146: unary minus operator applied to unsigned type, result still unsigned [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(2315): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(2828): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(2889): warning C4146: unary minus operator applied to unsigned type, result still unsigned [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(3388): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(3714): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(3723): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(3780): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(3824): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(5525): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(5848): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(5889): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(6089): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(6101): warning C4267: '=': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(6197): warning C4267: 'argument': conversion from 'size_t' to 'const unsigned int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(6822): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8268): warning C4244: 'initializing': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8269): warning C4244: 'initializing': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8533): warning C4244: 'initializing': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8536): warning C4244: 'initializing': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8657): warning C4244: 'initializing': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8660): warning C4244: 'initializing': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_func.cc(8661): warning C4244: 'initializing': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(103): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file D :\MySource\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(106): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(125): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(175): warning C4244: 'return': conversion from 'longlong' to 'double', possible loss of data (compiling source file D:\MyS ource\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/item_regexp_func.h(248): warning C4244: 'initializing': conversion from 'longlong' to 'int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\item_regexp_func.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(190): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(493): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(503): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(562): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(619): warning C4244: 'argument': conversion from 'ulonglong' to 'myf', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(1532): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(1545): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(1553): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(2531): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(2760): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3119): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3160): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3260): warning C4244: 'argument': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3744): warning C4267: 'argument': conversion from 'size_t' to 'uInt', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3771): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3784): warning C4267: 'argument': conversion from 'size_t' to 'uLong', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3836): warning C4267: 'argument': conversion from 'size_t' to 'uLong', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3921): warning C4311: 'type cast': pointer truncation from 'THD *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(3921): warning C4302: 'type cast': truncation from 'THD *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxpro j] D:\MySource\mysql-8.0.13\sql\item_strfunc.cc(4620): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\item_subselect.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_subselect.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_subselect.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_subselect.cc(370): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\item_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\item_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\window.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\window.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\window.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(1395): warning C4244: '=': conversion from 'unsigned long' to 'uchar', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(2990): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(3528): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(4484): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(4552): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(4774): warning C4244: 'return': conversion from 'ulonglong' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_sum.cc(5748): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\MySource\mysq l-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_timefunc.cc(764): warning C4244: '=': conversion from '__int64' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_timefunc.cc(1405): warning C4244: '=': conversion from 'time_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(147): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(179): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(698): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(893): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(896): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(899): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(903): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(907): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(910): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(913): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(916): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(2102): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(2107): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(2380): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_xmlfunc.cc(2382): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_inetfunc.cc(467): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_inetfunc.cc(695): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_inetfunc.cc(702): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_inetfunc.cc(767): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\item_inetfunc.cc(785): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\lock.cc(715): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main .vcxproj] D:\MySource\mysql-8.0.13\sql\log.cc(2082): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\mdl_context_backup.cc(98): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\mdl_context_backup.cc(178): warning C4101: 'ex': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\mdl_context_backup.cc(221): warning C4101: 'ex': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\migrate_keyring.cc(349): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\migrate_keyring.cc(366): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\mysqld.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_costconstants.cc(231): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_costconstants.cc(233): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sys_vars.h(640): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data (compiling source file D:\MySource\my sql-8.0.13\sql\mysqld.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sys_vars.h(1281): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\mysqld.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\extra\icu\source\common\unicode/uclean.h(152): warning C4229: anachronism used: modifiers on data are ignored (compiling source file D:\MySource\ mysql-8.0.13\sql\mysqld.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\mysqld.cc(4519): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\opt_explain_json.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_explain_json.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_explain_json.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\opt_range.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_range.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_range.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(2453): warning C4267: 'initializing': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(4277): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(4769): warning C4244: 'initializing': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(5452): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(5837): warning C4244: 'initializing': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(6812): warning C4312: 'reinterpret_cast': conversion from 'uint' to 'Item *' of greater size [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(9714): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(9727): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(9733): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(10687): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(11756): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(12536): warning C4244: 'return': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(14236): warning C4244: '=': conversion from 'float' to 'ha_rows', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(14243): warning C4244: 'argument': conversion from 'ha_rows' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_range.cc(14800): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_trace.cc(1041): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_trace.cc(1068): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_trace.cc(1111): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_trace.cc(1116): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\opt_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\opt_sum.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_sum.cc(814): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_sum.cc(815): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_m ain.vcxproj] D:\MySource\mysql-8.0.13\sql\opt_sum.cc(817): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\parse_tree_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] d:\mysource\mysql-8.0.13\sql\parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\parse_tree_helpers.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_helpers.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_helpers.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\parse_tree_helpers.cc(102): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\parse_tree_items.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_items.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_items.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\parse_tree_nodes.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_nodes.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\parse_tree_nodes.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\protocol_classic.cc(2675): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\protocol_classic.cc(2734): warning C4244: 'initializing': conversion from '__int64' to 'ulong', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\protocol_classic.cc(2761): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\query_result.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\query_result.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\query_result.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(103): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file D :\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\regexp\regexp_engine.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc(48): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc(144): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc(152): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc(156): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_engine.cc(186): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(103): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file D :\MySource\mysql-8.0.13\sql\regexp\regexp_facade.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/regexp/regexp_engine.h(227): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\regexp\regexp_facade.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\regexp\regexp_facade.cc(129): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\resource_group_mgr.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\my sql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\resource_group_mgr.cc(440): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\resource_group_sql_cmd.cc(161): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\resource_group_sql_cmd.cc(602): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\resource_group_sql_cmd.cc(686): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(420): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(748): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_handler.cc(766): warning C4267: 'argument': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\rpl_trx_tracking.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_transaction_write_set_ctx.cc(111): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\m ysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_write_set_handler.cc(507): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\rpl_write_set_handler.cc(589): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0 .13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\set_var.cc(621): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\set_var.cc(646): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\set_var.cc(933): warning C4267: 'argument': conversion from 'size_t' to 'const unsigned int', possible loss of data [D:\MySource\mysql-8.0.13 \build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sp.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp.cc(459): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp.cc(913): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp.cc(1171): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp.cc(1601): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main .vcxproj] D:\MySource\mysql-8.0.13\sql\sp.cc(1602): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main .vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sp_head.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sp_instr.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp_head.cc(2167): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp_instr.cc(812): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sp_pcontext.cc(439): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(756): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(1512): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2077): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2102): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2428): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2442): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2624): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2646): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2889): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(2916): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(3186): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(3239): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(3288): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(3360): warning C4267: 'return': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\spatial.cc(3401): warning C4267: 'initializing': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_base.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_base.cc(497): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_base.cc(1035): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_class.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_base.cc(7348): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_cmd_ddl_table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_component.cc(72): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_component.cc(99): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_class.cc(761): warning C4311: 'type cast': pointer truncation from 'rand_struct *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_class.cc(761): warning C4302: 'type cast': truncation from 'rand_struct *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vc xproj] D:\MySource\mysql-8.0.13\sql\sql_class.cc(1812): warning C4267: '-=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_class.cc(2191): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_cmd_srs.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_connect.cc(524): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_connect.cc(536): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_connect.cc(559): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_connect.cc(587): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_db.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_delete.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_db.cc(124): warning C4244: 'argument': conversion from 'dd::Object_id' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_derived.cc(635): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(102): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(179): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(327): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(355): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(603): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_digest.cc(612): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_executor.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_executor.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_executor.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(639): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3410): warning C4244: 'argument': conversion from 'my_ptrdiff_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3435): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3702): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3845): warning C4244: 'initializing': conversion from 'int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3849): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(3855): warning C4244: '=': conversion from 'int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(4054): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(4069): warning C4244: 'initializing': conversion from 'uint64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(4094): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(4094): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_executor.cc(5754): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_help.cc(682): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_insert.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_insert.cc(2948): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_join_buffer.cc(303): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_join_buffer.cc(427): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_join_buffer.cc(638): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_join_buffer.cc(722): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_join_buffer.cc(1199): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_lex.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_lex.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_lex.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sql_lex_hints.h(299): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_lex.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_lex.cc(789): warning C4267: '+=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_m ain.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_lex.cc(808): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_lex.cc(809): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_lex.cc(865): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_exception_handler.cc(112): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_exception_handler.cc(114): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sql_lex_hints.h(299): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_lex_hints.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_load.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_load.cc(436): warning C4806: '&': unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant [D:\MySou rce\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_load.cc(681): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_load.cc(681): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_parse.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_optimizer.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_optimizer.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_optimizer.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_optimizer.cc(2277): warning C4244: '=': conversion from 'ha_rows' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_optimizer.cc(2558): warning C4804: '>': unsafe use of type 'bool' in operation [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_parse.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_parse.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_parse.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_parse.cc(1390): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_parse.cc(1753): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_parse.cc(4975): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_parse.cc(4978): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_parse.cc(5073): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_planner.cc(3687): warning C4244: 'initializing': conversion from 'ha_rows' to 'double', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(1312): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(1315): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(2671): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(2674): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(2675): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(2676): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(2677): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin.cc(3435): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin_var.cc(472): warning C4244: 'return': conversion from 'double' to 'longlong', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin_var.cc(480): warning C4244: 'return': conversion from 'double' to 'longlong', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin_var.cc(494): warning C4244: 'return': conversion from 'double' to 'ulonglong', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_plugin_var.cc(502): warning C4244: 'return': conversion from 'double' to 'ulonglong', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_prepare.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_prepare.cc(2563): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_prepare.cc(2565): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_reload.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_rewrite.cc(349): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_rewrite.cc(1134): warning C4244: 'argument': conversion from 'ulonglong' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_rewrite.cc(1239): warning C4244: 'argument': conversion from 'ulonglong' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_resolver.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_resolver.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_resolver.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_resolver.cc(338): warning C4244: '=': conversion from 'ulonglong' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_select.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_select.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_select.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_select.cc(2393): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(494): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(706): warning C4267: 'argument': conversion from 'size_t' to 'const uint', possible loss of data [D:\MySource\mysql-8.0.13\build_ x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2501): warning C4311: 'type cast': pointer truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2501): warning C4302: 'type cast': truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2514): warning C4311: 'type cast': pointer truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2514): warning C4302: 'type cast': truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2532): warning C4311: 'type cast': pointer truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2532): warning C4302: 'type cast': truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2597): warning C4311: 'type cast': pointer truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2597): warning C4302: 'type cast': truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2603): warning C4311: 'type cast': pointer truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(2603): warning C4302: 'type cast': truncation from 'const char *' to 'ulong' [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(3141): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(3169): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(3295): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sq l\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(4541): warning C4244: '=': conversion from 'ulonglong' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_show.cc(4559): warning C4244: '=': conversion from 'ulonglong' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_show_status.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_show_status.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_show_status.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_thd_internal_api.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(3852): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(3855): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(3861): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(4413): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(4428): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(4481): warning C4267: '-=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(4493): warning C4267: '+=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(4911): warning C4267: '+=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(5398): warning C4244: 'initializing': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(5751): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(5766): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(5782): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(5862): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6014): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6345): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql _main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6576): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6590): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6620): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6654): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6671): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(6741): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\s ql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(7010): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\ sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(7488): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_table.cc(12179): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sq l_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_thd_api.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_time.cc(246): warning C4244: 'return': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_time.cc(1314): warning C4244: '+=': conversion from '__int64' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_time.cc(1334): warning C4244: '=': conversion from 'unsigned __int64' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_trigger.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'const unsigned __int64' to 'gis::srid_t', possible loss of data (compil ing source file D:\MySource\mysql-8.0.13\sql\sql_tmp_table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2464): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_tmp_table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/parse_tree_nodes.h(2484): warning C4244: 'argument': conversion from 'unsigned __int64' to 'gis::srid_t', possible loss of data (compiling so urce file D:\MySource\mysql-8.0.13\sql\sql_tmp_table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_udf.cc(902): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_tmp_table.cc(1405): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_trigger.cc(181): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_trigger.cc(641): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_update.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sql_view.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_view.cc(161): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_view.cc(161): warning C4267: 'initializing': conversion from 'size_t' to 'const uint', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sys_vars.h(640): warning C4267: 'argument': conversion from 'size_t' to 'uint32', possible loss of data (compiling source file D:\MySource\my sql-8.0.13\sql\sys_vars.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/sys_vars.h(1281): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file D:\MySo urce\mysql-8.0.13\sql\sys_vars.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\sys_vars.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sys_vars.cc(1735): warning C4244: 'initializing': conversion from 'ulonglong' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sys_vars.cc(1745): warning C4244: 'initializing': conversion from 'ulonglong' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\table.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(1897): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(2212): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(2372): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(2374): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(2540): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main .vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(2544): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_mai n.vcxproj] D:\MySource\mysql-8.0.13\sql\table.cc(5185): warning C4244: '=': conversion from '__int64' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql/rpl_trx_tracking.h(124): warning C4244: 'initializing': conversion from 'uint64' to 'ulong', possible loss of data (compiling source file D:\ MySource\mysql-8.0.13\sql\transaction.cc) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\trigger.cc(648): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\tztime.cc(940): warning C4244: 'argument': conversion from 'longlong' to 'my_time_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\uniques.cc(127): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\uniques.cc(755): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_ma in.vcxproj] D:\MySource\mysql-8.0.13\sql\uniques.cc(786): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\uniques.cc(823): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql \sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\server_component\mysql_string_service.cc(253): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\server_component\mysql_string_service.cc(281): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\server_component\mysql_string_service.cc(330): warning C4267: '=': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mys ql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\xa.cc(262): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\s ql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\xa.cc(267): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcx proj] D:\MySource\mysql-8.0.13\sql\server_component\component_sys_var_service.cc(145): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource \mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\server_component\ongoing_transaction_query_service.cc(54): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(45): warning C4244: 'argument': conversion from 'my_thread_os_id_t' to 'DWORD', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(48): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(49): warning C4244: '=': conversion from 'DWORD_PTR' to 'BOOL', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(77): warning C4244: 'argument': conversion from 'my_thread_os_id_t' to 'DWORD', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(80): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(105): warning C4244: 'argument': conversion from 'my_thread_os_id_t' to 'DWORD', possible los s of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\resourcegroups\platform\thread_attrs_api_win.cc(162): warning C4244: 'argument': conversion from 'my_thread_os_id_t' to 'DWORD', possible los s of data [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\server_component\security_context_imp.cc(296): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\client_plugin.cc(91): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\client_plugin.cc(94): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\my_path_permissions.cc(43): warning C4101: 'stat_info': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.v cxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1078): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1160): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\net_serv.cc(1176): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\bu ild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(652): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql-common\sql_string.cc(711): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0.13\buil d_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\conn_handler\socket_connection.cc(446): warning C4267: 'argument': conversion from 'size_t' to 'socklen_t', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\conn_handler\init_net_server_extension.cc(95): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\event_data_objects.cc(1122): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\b uild_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\event_queue.cc(304): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\event_scheduler.cc(215): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\event_scheduler.cc(346): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\events.cc(670): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\sql\ sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\sql_client.cc(52): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64 \sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(156): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(199): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(260): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(373): warning C4101: 'e': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(421): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(450): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\bui ld_x64\sql\sql_main.vcxproj] D:\MySource\mysql-8.0.13\sql\srv_session.cc(1104): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySource\mysql-8.0.13\build_x6 4\sql\sql_main.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj.metaproj" (Rebuild target) (180) -> "D:\MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj" (Rebuild target) (453) -> D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(191): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(194): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(198): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(201): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(209): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(219): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(239): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(243): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(251): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(273): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(276): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(280): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(283): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(291): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] D:\MySource\mysql-8.0.13\storage\perfschema\unittest\pfs_connect_attr-t.cc(302): warning C4244: 'argument': conversion from '__int64' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\storage\perfschema\unittest\pfs_connect_attr-t.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\udf_example.vcxproj.metaproj" (Rebuild target) (247) -> "D:\MySource\mysql-8.0.13\build_x64\sql\udf_example.vcxproj" (Rebuild target) (458) -> D:\MySource\mysql-8.0.13\sql\udf_example.cc(634): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\udf_example.vcxproj] D:\MySource\mysql-8.0.13\sql\udf_example.cc(708): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\udf_example.vcxproj] D:\MySource\mysql-8.0.13\sql\udf_example.cc(866): warning C4312: 'type cast': conversion from 'unsigned long' to 'char *' of greater size [D:\MySource\mysql-8.0.13\build_ x64\sql\udf_example.vcxproj] D:\MySource\mysql-8.0.13\sql\udf_example.cc(904): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x 64\sql\udf_example.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\version_token\version_token.vcxproj.metaproj" (Rebuild target) (249) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\version_token\version_token.vcxproj" (Rebuild target) (456) -> D:\MySource\mysql-8.0.13\plugin\version_token\version_token.cc(845): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\mysql-8.0. 13\build_x64\plugin\version_token\version_token.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_shutdown.vcxproj.metaproj" (Rebuild target) (236) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_shutdown.vcxproj" (Rebuild target) (460) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_shutdown.cc(436): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_shutdown.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_shutdown.cc(437): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_shutdown.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_shutdown.cc(543): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_shutdown.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj.metaproj" (Rebuild target) (235) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj" (Rebuild target) (459) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_replication.cc(391): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_replication.cc(392): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_replication.cc(682): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_replication.cc(730): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_replication.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\auth.vcxproj.metaproj" (Rebuild target) (16) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\auth.vcxproj" (Rebuild target) (462) -> D:\MySource\mysql-8.0.13\plugin\auth\dialog.cc(120): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build _x64\plugin\auth\auth.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\auth_test_plugin.vcxproj.metaproj" (Rebuild target) (17) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\auth_test_plugin.vcxproj" (Rebuild target) (463) -> D:\MySource\mysql-8.0.13\plugin\auth\test_plugin.cc(129): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\ build_x64\plugin\auth\auth_test_plugin.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj.metaproj" (Rebuild target) (74) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj" (Rebuild target) (464) -> D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(162): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(213): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(218): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(255): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(291): warning C4267: 'argument': conversion from 'size_t' to 'uint', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(476): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(487): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] D:\MySource\mysql-8.0.13\plugin\connection_control\connection_delay.cc(801): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\connection_control\connection_control.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\fulltext\ftexample.vcxproj.metaproj" (Rebuild target) (85) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\fulltext\ftexample.vcxproj" (Rebuild target) (466) -> D:\MySource\mysql-8.0.13\plugin\fulltext\example\plugin_example.cc(151): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\plugin\fulltext\ftexample.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj.metaproj" (Rebuild target) (114) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj" (Rebuild target) (468) -> D:\MySource\mysql-8.0.13\plugin/keyring/common/keys_container.h(59): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\keyring\common\keys_container.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj] D:\MySource\mysql-8.0.13\plugin/keyring/common/keys_container.h(59): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\keyring\common\keys_iterator.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj] D:\MySource\mysql-8.0.13\plugin/keyring/common/keys_container.h(59): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\keyring\common\keyring_impl.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj] D:\MySource\mysql-8.0.13\plugin/keyring/common/keys_container.h(59): warning C4267: 'return': conversion from 'size_t' to 'ulong', possible loss of data (compiling source file D:\MySource\mysql-8.0.13\plugin\keyring\keyring.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\keyring\keyring_file.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\keyring_udf\keyring_udf.vcxproj.metaproj" (Rebuild target) (115) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\keyring_udf\keyring_udf.vcxproj" (Rebuild target) (469) -> D:\MySource\mysql-8.0.13\plugin\keyring_udf\keyring_udf.cc(198): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\plugin\keyring_udf\keyring_udf.vcxproj] D:\MySource\mysql-8.0.13\plugin\keyring_udf\keyring_udf.cc(325): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql -8.0.13\build_x64\plugin\keyring_udf\keyring_udf.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\pfs_table_plugin\pfs_example_plugin_employee.vcxproj.metaproj" (Rebuild target) (190) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\pfs_table_plugin\pfs_example_plugin_employee.vcxproj" (Rebuild target) (473) -> D:\MySource\mysql-8.0.13\plugin\pfs_table_plugin\pfs_example_employee_salary.cc(169): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of d ata [D:\MySource\mysql-8.0.13\build_x64\plugin\pfs_table_plugin\pfs_example_plugin_employee.vcxproj] D:\MySource\mysql-8.0.13\plugin\pfs_table_plugin\pfs_example_machine.cc(168): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\pfs_table_plugin\pfs_example_plugin_employee.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\sql\locking_service.vcxproj.metaproj" (Rebuild target) (118) -> "D:\MySource\mysql-8.0.13\build_x64\sql\locking_service.vcxproj" (Rebuild target) (470) -> (Link target) -> locking_service.exp : warning LNK4070: /OUT:locking_service_udf.dll directive in .EXP differs from output filename 'D:\MySource\mysql-8.0.13\build_x64\plugin_output_direc tory\Release\locking_service.dll'; ignoring directive [D:\MySource\mysql-8.0.13\build_x64\sql\locking_service.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\qa_auth_server.vcxproj.metaproj" (Rebuild target) (202) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\qa_auth_server.vcxproj" (Rebuild target) (475) -> (ClCompile target) -> D:\MySource\mysql-8.0.13\plugin\auth\qa_auth_server.cc(76): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.1 3\build_x64\plugin\auth\qa_auth_server.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\qa_auth_interface.vcxproj.metaproj" (Rebuild target) (201) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\auth\qa_auth_interface.vcxproj" (Rebuild target) (476) -> D:\MySource\mysql-8.0.13\plugin\auth\qa_auth_interface.cc(152): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8 .0.13\build_x64\plugin\auth\qa_auth_interface.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj.metaproj" (Rebuild target) (92) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj" (Rebuild target) (467) -> D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\certifier.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication. vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\applier.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vc xproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\auto_increment.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replica tion.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\delayed_plugin_initialization.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replicatio n\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\gcs_event_handlers.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_rep lication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\gcs_operations.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replica tion.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\group_actions\group_action_coordinator.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_r eplication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\group_actions\multi_primary_migration_action.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\g roup_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\group_actions\primary_election_action.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_re plication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\observer_server_actions.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\grou p_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\observer_server_channels.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\gro up_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\observer_server_state.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_ replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\observer_trans.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replica tion.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\pipeline_factory.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_repli cation.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcx proj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin.cc(2728): warning C4244: '=': conversion from 'longlong' to 'uint', possible loss of data [D:\MySource\mysql- 8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\pipeline_stats.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replica tion.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replicati on.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\ps_information.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replica tion.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\recovery.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.v cxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\applier_channel_state_observer.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replicati on\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\recovery_state_transfer.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\grou p_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\asynchronous_channels_state_observer.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_rep lication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\handlers\applier_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\gro up_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\handlers\event_cataloger.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\gro up_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\handlers\certification_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replicati on\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\persistent_variables_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\g roup_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_invocation_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\p lugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_primary_process.cc) [D:\MySource\mysql-8.0.13\build_x64\plug in\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_primary_process.cc(92): warning C4267: '=': conversion from 'size_t' to 'ulong', po ssible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\group_partition_handling.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group _replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_secondary_process.cc) [D:\MySource\mysql-8.0.13\build_x64\pl ugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_secondary_process.cc(84): warning C4267: '=': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_secondary_process.cc(266): warning C4244: '=': conversion from 'uint64_t' to 'unsig ned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_r eplication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\server_ongoing_transactions_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\p lugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\server_ongoing_transactions_handler.cc(85): warning C4267: '=': conversion from 'size_t' to 'unsigne d long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\server_ongoing_transactions_handler.cc(102): warning C4267: 'initializing': conversion from 'size_t' to 'ulong', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\stage_monitor_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_re plication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\read_mode_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replic ation\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_handlers\primary_election_validation_handler.cc) [D:\MySource\mysql-8.0.13\build_x64\p lugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\plugin_observers\group_transaction_observation_manager.cc) [D:\MySource\mysql-8.0.13\build_x6 4\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\sql_service\sql_command_test.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication \group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\services\notification\notification.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_repli cation\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\sql_service\sql_service_command.cc(296): warning C4244: '=': conversion from 'longlong' to 'long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\sql_service\sql_service_command.cc(332): warning C4244: 'return': conversion from 'longlong' to 'long', possible los s of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_registration.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_r eplication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_multi_primary.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_ replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_multi_primary.cc(37): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_multi_primary.cc(69): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\bui ld_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_multi_primary.cc(73): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\bui ld_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_multi_primary.cc(78): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\bui ld_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group _replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(41): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(51): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(64): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(78): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(88): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(120): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(124): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(129): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(139): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(149): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(161): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(193): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of da ta [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(207): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of da ta [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(217): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of da ta [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(229): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of da ta [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(268): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(272): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(277): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(286): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_single_primary.cc(296): warning C4305: 'return': truncation from 'int' to 'bool' [D:\MySource\mysql-8.0.13\b uild_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_write_concurrency.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\gr oup_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_utils.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replicat ion.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_write_concurrency.cc(105): warning C4244: 'initializing': conversion from '__int64' to 'uint32_t', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_write_concurrency.cc(145): warning C4244: '=': conversion from '__int64' to 'uint32_t', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_write_concurrency.cc(163): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_utils.cc(127): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_utils.cc(136): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin\group_replication\src\udf\udf_utils.cc(144): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\group_replication\group_replication.vcxproj] D:\MySource\mysql-8.0.13\plugin/group_replication/include/pipeline_interfaces.h(304): warning C4267: 'argument': conversion from 'size_t' to 'ulong', possible loss of dat a (compiling source file D:\MySource\mysql-8.0.13\plugin\group_replication\src\services\notification\impl\gms_listener_test.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\g roup_replication\group_replication.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rewriter.vcxproj.metaproj" (Rebuild target) (210) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rewriter.vcxproj" (Rebuild target) (480) -> D:\MySource\mysql-8.0.13\plugin/rewriter/rewriter.h(58): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySou rce\mysql-8.0.13\plugin\rewriter\rewriter.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rewriter.vcxproj] D:\MySource\mysql-8.0.13\plugin/rewriter/rewriter.h(58): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data (compiling source file D:\MySou rce\mysql-8.0.13\plugin\rewriter\rewriter_plugin.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rewriter.vcxproj] D:\MySource\mysql-8.0.13\plugin\rewriter\rewriter_plugin.cc(255): warning C4101: 'ba': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rew riter.vcxproj] D:\MySource\mysql-8.0.13\plugin\rewriter\rewriter_plugin.cc(341): warning C4101: 'ba': unreferenced local variable [D:\MySource\mysql-8.0.13\build_x64\plugin\rewriter\rew riter.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\semisync\semisync_master.vcxproj.metaproj" (Rebuild target) (213) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\semisync\semisync_master.vcxproj" (Rebuild target) (479) -> D:\MySource\mysql-8.0.13\plugin\semisync\semisync_master.cc(117): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\semisync\semisync_master.vcxproj] D:\MySource\mysql-8.0.13\plugin/semisync/semisync_master_socket_listener.h(89): warning C4244: 'argument': conversion from 'my_socket' to 'int', possible loss of data (co mpiling source file D:\MySource\mysql-8.0.13\plugin\semisync\semisync_master_ack_receiver.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\semisync\semisync_master.vcxproj] D:\MySource\mysql-8.0.13\plugin/semisync/semisync_master_socket_listener.h(126): warning C4267: 'return': conversion from 'size_t' to 'uint', possible loss of data (compi ling source file D:\MySource\mysql-8.0.13\plugin\semisync\semisync_master_ack_receiver.cc) [D:\MySource\mysql-8.0.13\build_x64\plugin\semisync\semisync_master.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj.metaproj" (Rebuild target) (223) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj" (Rebuild target) (487) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_attach.cc(164): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D :\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj.metaproj" (Rebuild target) (224) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj" (Rebuild target) (488) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_detach.cc(265): warning C4244: '=': conversion from 'longlong' to 'int', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_detach.cc(435): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_detach.cc(436): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_detach.cc(593): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D :\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_detach.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj.metaproj" (Rebuild target) (226) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj" (Rebuild target) (490) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(453): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(454): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySou rce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(547): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(587): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(933): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_session_info.cc(953): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_info.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_2_sessions.vcxproj.metaproj" (Rebuild target) (227) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_2_sessions.vcxproj" (Rebuild target) (491) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_2_sessions.cc(450): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_2_sessions.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_2_sessions.cc(451): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_2_sessions.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_2_sessions.cc(645): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D :\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_2_sessions.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj.metaproj" (Rebuild target) (223) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj" (Rebuild target) (487) -> (Link target) -> libtest_session_attach.exp : warning LNK4070: /OUT:test_session_attach.dll directive in .EXP differs from output filename 'D:\MySource\mysql-8.0.13\build_x64\plugin_outpu t_directory\Release\libtest_session_attach.dll'; ignoring directive [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_session_attach.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj.metaproj" (Rebuild target) (229) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj" (Rebuild target) (493) -> (ClCompile target) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(285): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(286): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(363): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(375): warning C4129: '%': unrecognized character escape sequence [D:\MySource\mysql-8.0.13\build_x 64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(402): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(415): warning C4129: '%': unrecognized character escape sequence [D:\MySource\mysql-8.0.13\build_x 64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(418): warning C4129: '%': unrecognized character escape sequence [D:\MySource\mysql-8.0.13\build_x 64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(437): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(468): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(569): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(647): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(710): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(724): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_cmds_1.cc(737): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_cmds_1.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj.metaproj" (Rebuild target) (228) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj" (Rebuild target) (492) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_all_col_types.cc(267): warning C4244: '=': conversion from 'longlong' to 'int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_all_col_types.cc(439): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_all_col_types.cc(440): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_all_col_types.cc(779): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_all_col_types.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj.metaproj" (Rebuild target) (230) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj" (Rebuild target) (494) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_commit.cc(387): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_commit.cc(388): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_commit.cc(674): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_commit.cc(723): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_commit.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj.metaproj" (Rebuild target) (231) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj" (Rebuild target) (495) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_complex.cc(486): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_complex.cc(487): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_complex.cc(782): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_complex.cc(829): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_complex.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_lock.vcxproj.metaproj" (Rebuild target) (233) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_lock.vcxproj" (Rebuild target) (497) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_lock.cc(434): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_lock.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_lock.cc(435): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_lock.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_lock.cc(521): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_lock.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_errors.vcxproj.metaproj" (Rebuild target) (232) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_errors.vcxproj" (Rebuild target) (496) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_errors.cc(452): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_errors.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_errors.cc(453): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySourc e\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_errors.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_errors.cc(647): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_errors.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_processlist.vcxproj.metaproj" (Rebuild target) (234) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_processlist.vcxproj" (Rebuild target) (499) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_processlist.cc(446): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_processlist.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_processlist.cc(447): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\My Source\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_processlist.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_processlist.cc(606): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_processlist.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj.metaproj" (Rebuild target) (237) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj" (Rebuild target) (498) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_sqlmode.cc(461): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_sqlmode.cc(462): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySour ce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_sqlmode.cc(756): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\M ySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_sqlmode.cc(804): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\ MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_sqlmode.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj.metaproj" (Rebuild target) (238) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj" (Rebuild target) (500) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(551): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(552): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D:\MySource\ mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(716): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(792): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(823): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(886): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(943): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MySo urce\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(1011): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(1155): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(1297): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stmt.cc(1416): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\MyS ource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stmt.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj.metaproj" (Rebuild target) (239) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj" (Rebuild target) (501) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stored_procedures_functions.cc(420): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible los s of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stored_procedures_functions.cc(421): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible los s of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stored_procedures_functions.cc(714): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possibl e loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_stored_procedures_functions.cc(762): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possib le loss of data [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_stored_procedures_functions.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj.metaproj" (Rebuild target) (240) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj" (Rebuild target) (502) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_views_triggers.cc(420): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_views_triggers.cc(421): warning C4244: '=': conversion from 'ulonglong' to 'uint', possible loss of data [D: \MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_views_triggers.cc(714): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of dat a [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_sql_views_triggers.cc(762): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of da ta [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_sql_views_triggers.vcxproj] "D:\MySource\mysql-8.0.13\build_x64\MySQL.sln" (Rebuild target) (1) -> "D:\MySource\mysql-8.0.13\build_x64\ALL_BUILD.vcxproj.metaproj" (Rebuild target) (2) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_x_sessions_init.vcxproj.metaproj" (Rebuild target) (243) -> "D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_x_sessions_init.vcxproj" (Rebuild target) (505) -> D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_x_sessions_init.cc(158): warning C4003: not enough actual parameters for macro 'srv_session_info_session_count' [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_x_sessions_init.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_x_sessions_init.cc(170): warning C4003: not enough actual parameters for macro 'srv_session_info_session_count' [D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_x_sessions_init.vcxproj] D:\MySource\mysql-8.0.13\plugin\test_service_sql_api\test_x_sessions_init.cc(198): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [ D:\MySource\mysql-8.0.13\build_x64\plugin\test_service_sql_api\test_x_sessions_init.vcxproj] 3594 Warning(s) 0 Error(s) Time Elapsed 01:10:22.98