summaryrefslogtreecommitdiff
path: root/sql/handle_connections_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-cl warningVladislav Vaintroub2021-05-091-1/+2
* Changed std::vector<MYSQL_SOCKET> listen_sockets to Dynamic_arrayMonty2021-03-201-12/+11
* MDEV-6536: postfix win32 handle_connections_win type fixDaniel Black2021-03-051-1/+1
* MDEV-6536: make --bind=hostname to listen on both IPv6 and IPv4 addressesRinat Ibragimov2021-03-051-30/+57
* Merge 10.5 into 10.6Marko Mäkelä2020-11-021-7/+59
|\
| * Merge 10.4 into 10.5Marko Mäkelä2020-10-301-7/+59
| |\
| | * MDEV-24040 Named pipe permission issueVladislav Vaintroub2020-10-281-7/+59
* | | Fix merge.Vladislav Vaintroub2020-08-121-2/+0
* | | Merge 10.5 into 10.6Marko Mäkelä2020-08-121-13/+18
|\ \ \ | |/ /
| * | MDEV-23279 postfix - delay accepting connections until server startup is fini...Vladislav Vaintroub2020-08-111-15/+14
| * | MDEV-23279 main.named_pipe test timeouts if called twice in a rowVladislav Vaintroub2020-08-101-7/+13
* | | MDEV-23043 Refactor Windows service handlingVladislav Vaintroub2020-07-041-1/+18
|/ /
* | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-01-201-1/+2
|\ \ | |/
| * MDEV-21444 : Fix socket leak if AcceptEx() return WSAECONNRESET.Vladislav Vaintroub2020-01-081-1/+2
* | Moved vio allocation to connection threadSergey Vojtovich2019-05-211-5/+3
* | Simplified away CONNECT::hostSergey Vojtovich2019-05-211-1/+0
|/
* MDEV-19274 mariadb does not build on OSes that do not have HAVE_POOL_OF_THREADSbb-10.4-aix-build-fixVladislav Vaintroub2019-04-181-0/+5
* Removed \n from sql_print_error()Monty2019-01-261-2/+2
* MDEV-10384 Windows : Refactor threading in mysqld startup.Vladislav Vaintroub2018-10-051-0/+555