~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.h

MErgeĀ Eric.

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);