~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql-common/password.c

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#include <my_sys.h>
63
63
#include <m_string.h>
64
64
#include <sha1.h>
65
 
#include "mysql.h"
 
65
#include "drizzle.h"
66
66
 
67
67
/************ MySQL 3.23-4.0 authentication routines: untouched ***********/
68
68