summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-09-30 22:31:22 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-09-30 22:31:22 +0200
commit3fddd102689ddf23e8e96fa74c5a0d20c98ca1d9 (patch)
tree95a97c9d3acea141bfd3296ea9e5c5f525f47b60 /client/mysqlslap.c
parent1f49cf7409befeb2cb392f8615a69eb2d530ffe5 (diff)
parenta6f7fbb85014a68c18d37f18d5b7809066552356 (diff)
downloadmariadb-git-3fddd102689ddf23e8e96fa74c5a0d20c98ca1d9.tar.gz
Merge "trunk-build" up into "next-mr".
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r--client/mysqlslap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c
index 6a016b72383..0bbc15eb24e 100644
--- a/client/mysqlslap.c
+++ b/client/mysqlslap.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 MySQL AB
+/* Copyright (C) 2005 MySQL AB, 2009 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -1918,7 +1918,7 @@ end:
if (!opt_only_print)
mysql_close(mysql);
- my_thread_end();
+ mysql_thread_end();
pthread_mutex_lock(&counter_mutex);
thread_counter--;