~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqladmin.cc

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <signal.h>
20
20
#include <my_pthread.h>                         /* because of signal()  */
21
21
#include <sys/stat.h>
22
 
#include <mysql.h>
23
22
 
24
23
#ifdef LATER_HAVE_NDBCLUSTER_DB
25
24
#include "../ndb/src/mgmclient/ndb_mgmclient.h"