~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqladmin.cc

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "client_priv.h"
19
19
#include <signal.h>
20
 
#ifdef THREAD
21
20
#include <my_pthread.h>                         /* because of signal()  */
22
 
#endif
23
21
#include <sys/stat.h>
24
22
#include <mysql.h>
25
23