~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_load.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

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();