summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authordkatz@damien-katzs-computer.local <>2007-06-21 21:39:52 -0400
committerdkatz@damien-katzs-computer.local <>2007-06-21 21:39:52 -0400
commita393b215fb8b335334c9e73ca9e618c563b44835 (patch)
tree8adafadf01d1cffbb94bba92b493dcfa07ff1c5a /win
parent1378e94aa0a3b8ee2d3ecd5d55c732e8b07f96d6 (diff)
downloadmariadb-git-a393b215fb8b335334c9e73ca9e618c563b44835.tar.gz
Bug #29138 'kill' fails in pushbuild
The reason the "reap;" succeeds unexpectedly is because the query was completing(almost always) and the network buffer was big enough to store the query result (sometimes) on Windows, meaning the response was completely sent before the server thread could be killed. Therefore we use a much longer running query that doesn't have a chance to fully complete before the reap happens, testing the kill properly.
Diffstat (limited to 'win')
0 files changed, 0 insertions, 0 deletions