~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/protocol.h

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  String *packet;
31
31
  String *convert;
32
32
  uint field_pos;
33
 
#ifndef DBUG_OFF
34
 
  enum enum_field_types *field_types;
35
 
#endif
36
33
  uint field_count;
37
34
  bool net_store_data(const uchar *from, size_t length);
38
35
  bool net_store_data(const uchar *from, size_t length,