~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.h

  • Committer: Mark Atwood
  • Date: 2011-06-03 17:50:56 UTC
  • mfrom: (2313.3.5 void)
  • Revision ID: me@mark.atwood.name-20110603175056-i7ayql2uc1sdrohc
mergeĀ lp:~olafvdspek/drizzle/void

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  bool _is_interactive;
83
83
 
84
84
  bool checkConnection(void);
85
 
  bool netStoreData(const unsigned char *from, size_t length);
 
85
  void netStoreData(const unsigned char *from, size_t length);
86
86
  void writeEOFPacket(uint32_t server_status, uint32_t total_warn_count);
87
87
  unsigned char *storeLength(unsigned char *packet, uint64_t length);
88
88
  void makeScramble(char *scramble);