diff options
author | Georgi Kodinov <joro@sun.com> | 2009-10-04 12:15:05 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-10-04 12:15:05 +0300 |
commit | db35fb796174fc938d1ec6a7a7cac7dff3f44141 (patch) | |
tree | 3c812f47a49f17f16d78645621786d485d0b4432 /client/mysqlslap.c | |
parent | c2e1614814fcb80740f631d46a5679dd79a44d28 (diff) | |
parent | 1d9c5686c3143c088770e36ca1744d59efd69421 (diff) | |
download | mariadb-git-db35fb796174fc938d1ec6a7a7cac7dff3f44141.tar.gz |
automerge
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r-- | client/mysqlslap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c index 28c5e8df79d..5983b911866 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 @@ -1923,7 +1923,7 @@ end: if (!opt_only_print) mysql_close(mysql); - my_thread_end(); + mysql_thread_end(); pthread_mutex_lock(&counter_mutex); thread_counter--; |