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
commitde0285a2e5e9c45a95d44874f86208a58365c084 (patch)
tree95a97c9d3acea141bfd3296ea9e5c5f525f47b60 /client/mysqlslap.c
parent309ffb8b13f0fd035748a940f39f96011e58873b (diff)
parent650e68b7dc2987aaa2daf2b270384f63957f7b51 (diff)
downloadmariadb-git-de0285a2e5e9c45a95d44874f86208a58365c084.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--;