~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlimport.c

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define IMPORT_VERSION "3.7"
28
28
 
29
29
#include "client_priv.h"
30
 
#include "mysql_version.h"
 
30
#include "drizzle_version.h"
31
31
#ifdef HAVE_LIBPTHREAD
32
32
#include <my_pthread.h>
33
33
#endif