summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriggy@amd64.(none) <>2008-03-28 14:02:27 -0400
committeriggy@amd64.(none) <>2008-03-28 14:02:27 -0400
commit79e434bc67abc695cd5c3a711a7f1732f91da155 (patch)
treebd2b7d6f189d12c7958ade6c6684233a9fae3607 /tests
parente09d9838259f831c27c546a2fea3a24e6b432733 (diff)
downloadmariadb-git-79e434bc67abc695cd5c3a711a7f1732f91da155.tar.gz
Bug#26243 mysql command line crash after control-c
- Backported the 5.1 DBUG to 5.0. - Avoid memory cleanup race on Windows client for CTRL-C
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index dbe22f2a9e4..ee5c01a8272 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -16673,7 +16673,6 @@ int main(int argc, char **argv)
{
struct my_tests_st *fptr;
- DEBUGGER_OFF;
MY_INIT(argv[0]);
load_defaults("my", client_test_load_default_groups, &argc, &argv);