diff options
author | unknown <petr/cps@outpost.site> | 2006-12-04 19:48:49 +0300 |
---|---|---|
committer | unknown <petr/cps@outpost.site> | 2006-12-04 19:48:49 +0300 |
commit | 1adc13681283fe637ece524c9b1a4311700cfbd7 (patch) | |
tree | cbc8df8bbab49e345026be4cf0e6ba239e352137 /libmysqld | |
parent | fe84b016e1fd62d92c9f13a1e21784ea8cb200cd (diff) | |
download | mariadb-git-1adc13681283fe637ece524c9b1a4311700cfbd7.tar.gz |
Fix Bug #19044 IM aborts on exit
On windows IM aborted on assert once one
stoppped it. The reason is that we didn't
close the sockets on windows and therefore,
the listener thread wasn't able to finish.
This happened because we used close() call
for it. While on windows one should use
closesocket().
On other platfroms we have appropriate defines
for closesocket(), so this is the function which
should be used.
server-tools/instance-manager/listener.cc:
close -> closesocket
Diffstat (limited to 'libmysqld')
0 files changed, 0 insertions, 0 deletions