~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#endif /* my_socket_defined */
45
45
#endif /* _global_h */
46
46
 
47
 
#include "mysql_version.h"
48
 
#include "mysql_com.h"
49
 
#include "mysql_time.h"
 
47
#include "drizzle_version.h"
 
48
#include "drizzle_com.h"
 
49
#include "drizzle_time.h"
50
50
 
51
51
#include "my_list.h" /* for LISTs used in 'MYSQL' */
52
52