~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

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
 
#include <my_pthread.h>                         /* because of signal()  */
 
20
#include <mysys/my_pthread.h>                           /* because of signal()  */
21
21
#include <sys/stat.h>
22
22
 
23
23
#define ADMIN_VERSION "8.42"