~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_load.cc

  • Committer: Stewart Smith
  • Date: 2008-07-25 03:48:54 UTC
  • mfrom: (207.1.1 drizzle)
  • mto: (210.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: stewart@flamingspork.com-20080725034854-p34pdb0lhpoc159d
merge mainline and update md5 and crc32 plugins to new interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
543
543
  List_iterator_fast<Item> it(fields_vars);
544
544
  Item_field *sql_field;
545
545
  TABLE *table= table_list->table;
546
 
  ulonglong id;
 
546
  uint64_t id;
547
547
  bool err;
548
548
 
549
549
  id= 0;
661
661
  Item *item;
662
662
  TABLE *table= table_list->table;
663
663
  uint enclosed_length;
664
 
  ulonglong id;
 
664
  uint64_t id;
665
665
  bool err;
666
666
 
667
667
  enclosed_length=enclosed.length();