~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_load.cc

  • Committer: Monty Taylor
  • Date: 2008-07-09 16:33:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709163352-yv7jbu81frc1l4ec
Finished the warnings work!

Show diffs side-by-side

added added

removed removed

Lines of Context:
844
844
read_xml_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list,
845
845
               List<Item> &fields_vars, List<Item> &set_fields,
846
846
               List<Item> &set_values, READ_INFO &read_info,
847
 
               String &row_tag, ulong skip_lines,
 
847
               String &row_tag __attribute__((__unused__)),
 
848
               ulong skip_lines,
848
849
               bool ignore_check_option_errors)
849
850
{
850
851
  List_iterator_fast<Item> it(fields_vars);
852
853
  TABLE *table= table_list->table;
853
854
  bool no_trans_update_stmt;
854
855
  CHARSET_INFO *cs= read_info.read_charset;
855
 
  
 
856
 
856
857
  no_trans_update_stmt= !table->file->has_transactions();
857
 
  
 
858
 
858
859
  for ( ; ; it.rewind())
859
860
  {
860
861
    if (thd->killed)