~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/mysql_protocol.cc

  • Committer: Lee Bieber
  • Date: 2011-02-23 15:55:11 UTC
  • mfrom: (2183.2.17 list2)
  • mto: This revision was merged to the branch mainline in revision 2195.
  • Revision ID: kalebral@gmail.com-20110223155511-b3onmo8k9d57msvn
Merge Olaf - Use Item_equal::begin() and Use List::size()

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
  unsigned char buff[80];
484
484
  String tmp((char*) buff,sizeof(buff),&my_charset_bin);
485
485
 
486
 
  unsigned char *row_pos= storeLength(buff, list->elements);
 
486
  unsigned char *row_pos= storeLength(buff, list->size());
487
487
  (void) drizzleclient_net_write(&net, buff, (size_t) (row_pos-buff));
488
488
 
489
489
  while ((item=it++))