mariadb/client
Oleg Smirnov 8e2b20bfb0 MDEV-30639 Upgrade to 10.8 and later does not work on Windows
During the upgrade procedure on Windows mysqld.exe is started with
the named pipe connection protocol. mysqladmin.exe then pings the
server to check if is up and running. Command line looks like:
   mysqladmin.exe --protocol=pipe --socket=mysql_upgrade_service_xxx ping
But the "socket" parameter resets the "protocol" which was previously
initialized with the "pipe" value, setting it to "socket".
As a result, connection cannot be established and the upgrade
procedure fails.
"socket" in Windows is used to pass the name of the pipe so resetting
the protocol is not valid in this case.

This commit fixes resetting of the "protocol" parameter with "socket"
parameter in the case when protocol has been previously initialized
to "pipe" value
2023-06-29 19:16:45 +07:00
..
async_example.c MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 2021-06-06 13:21:03 +02:00
client_metadata.h MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY 2020-03-10 20:43:32 +04:00
client_priv.h Merge 10.8 into 10.9 2023-04-28 13:39:33 +03:00
CMakeLists.txt Merge remote-tracking branch 'upstream/10.4' into 10.5 2021-09-10 17:16:18 +03:00
completion_hash.cc Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mariadb-conv.cc mariadb-conv --character-sets-dir 2021-05-20 18:33:07 +02:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysql_plugin.c Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
mysql_upgrade.c Merge 10.6 into 10.9 2023-06-27 13:48:46 +03:00
mysqladmin.cc MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlbinlog.cc MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlcheck.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqldump.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlimport.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlshow.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqlslap.c MDEV-30639 Upgrade to 10.8 and later does not work on Windows 2023-06-29 19:16:45 +07:00
mysqltest.cc Merge 10.6 into 10.8 2023-04-26 13:58:40 +03:00
readline.cc MDEV-27142 disable text mode for Windows stdio by default 2022-07-18 13:18:03 +02:00