summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-01-12 15:25:59 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2011-01-12 15:25:59 +0100
commitc3047a7eff1e544fbf496233ca0645c18e859eb6 (patch)
treee9526d7322423bd192b99a56657a8dc9437cee1d /client
parent54e7b4e99f0b7ee29f1ded4485a0fb53aa4927a0 (diff)
parent7aa999607a5ed0dcf6c93bf511b858afa4563297 (diff)
downloadmariadb-git-c3047a7eff1e544fbf496233ca0645c18e859eb6.tar.gz
merge from 5.5 main
Diffstat (limited to 'client')
-rw-r--r--client/mysqladmin.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc
index 4c4747c25de..2c10fdbe853 100644
--- a/client/mysqladmin.cc
+++ b/client/mysqladmin.cc
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
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
@@ -17,9 +17,7 @@
#include "client_priv.h"
#include <signal.h>
-#ifdef THREAD
#include <my_pthread.h> /* because of signal() */
-#endif
#include <sys/stat.h>
#include <mysql.h>
#include <sql_common.h>