summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <petr/cps@outpost.site>2006-12-04 19:48:49 +0300
committerunknown <petr/cps@outpost.site>2006-12-04 19:48:49 +0300
commit1adc13681283fe637ece524c9b1a4311700cfbd7 (patch)
treecbc8df8bbab49e345026be4cf0e6ba239e352137 /libmysqld
parentfe84b016e1fd62d92c9f13a1e21784ea8cb200cd (diff)
downloadmariadb-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