~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.h

  • Committer: Eric Day
  • Date: 2010-03-18 18:08:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100318180825-fxhhirp8vky2sqh9
Added MySQL password hash support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  bool netStoreData(const unsigned char *from, size_t length);
53
53
  void writeEOFPacket(uint32_t server_status, uint32_t total_warn_count);
54
54
  unsigned char *storeLength(unsigned char *packet, uint64_t length);
 
55
  void makeScramble(char *scramble);
55
56
 
56
57
public:
57
58
  ClientMySQLProtocol(int fd, bool using_mysql41_protocol_arg);