summaryrefslogtreecommitdiff
path: root/mysys/my_access.c
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2005-05-30 03:32:50 +0400
committerunknown <evgen@moonbone.local>2005-05-30 03:32:50 +0400
commit73c46d05af6e4cb873fb2d6ec47452e69dfc029f (patch)
tree12f6115dd7147775118ed3f1eb301b7402817ffe /mysys/my_access.c
parent6a7dedf25909719fe5a8c2f98f87e18e6461b705 (diff)
downloadmariadb-git-73c46d05af6e4cb873fb2d6ec47452e69dfc029f.tar.gz
Fix bug #9593 "The combination of COUNT, DISTINCT and CONCAT seems to lock the
server" Bug appears only on Windows platform. Freeing memory in TMP_TABLE_PARAM::cleanup() allocated by new Copy_fields[0] in setup_copy_fields() results in memory destruction. In test IF used instead of CONCAT because IF have more stable crash. sql/sql_select.cc: Fix bug #9593 The combination of COUNT, DISTINCT and CONCAT seems to lock the server mysql-test/t/count_distinct.test: test for bug #9593 The combination of COUNT, DISTINCT and CONCAT seems to lock the server mysql-test/r/count_distinct.result: Test for bug #9593 The combination of COUNT, DISTINCT and CONCAT seems to lock the server
Diffstat (limited to 'mysys/my_access.c')
0 files changed, 0 insertions, 0 deletions