~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#include <my_global.h>
38
38
 
39
 
#include "mysql.h"
 
39
#include "drizzle.h"
40
40
 
41
41
#include <netdb.h>
42
42
 
64
64
#include <mysys_err.h>
65
65
#include <m_string.h>
66
66
#include <m_ctype.h>
67
 
#include "mysql_version.h"
 
67
#include "drizzle_version.h"
68
68
#include "mysqld_error.h"
69
69
#include "errmsg.h"
70
70
#include <violite.h>