~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/protocol.h

  • Committer: Stewart Smith
  • Date: 2008-07-08 09:52:09 UTC
  • mto: (54.1.6 drizzle-smack)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080708095209-wt0l1sk7n2yzd6p0
remove remenants of old_password from protocol.cc/h

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
void send_warning(THD *thd, uint sql_errno, const char *err=0);
131
131
void net_send_error(THD *thd, uint sql_errno=0, const char *err=0);
132
132
void net_end_statement(THD *thd);
133
 
bool send_old_password_request(THD *thd);
134
133
uchar *net_store_data(uchar *to,const uchar *from, size_t length);
135
134
uchar *net_store_data(uchar *to,int32 from);
136
135
uchar *net_store_data(uchar *to,longlong from);