~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/long.cc

  • Committer: Brian Aker
  • Date: 2009-02-18 14:41:12 UTC
  • mfrom: (869.1.17 pointing-is-rude)
  • Revision ID: brian@tangent.org-20090218144112-o1kdtje1uy5xv34w
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
  return val_buffer;
172
172
}
173
173
 
174
 
 
175
 
bool Field_long::send_binary(Protocol *protocol)
176
 
{
177
 
  return protocol->store_long(Field_long::val_int());
178
 
}
179
 
 
180
174
int Field_long::cmp(const unsigned char *a_ptr, const unsigned char *b_ptr)
181
175
{
182
176
  int32_t a,b;