~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_load.cc

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
839
839
read_xml_field(THD *thd, COPY_INFO &info, TABLE_LIST *table_list,
840
840
               List<Item> &fields_vars, List<Item> &set_fields,
841
841
               List<Item> &set_values, READ_INFO &read_info,
842
 
               String &row_tag __attribute__((__unused__)),
 
842
               String &row_tag __attribute__((unused)),
843
843
               ulong skip_lines,
844
844
               bool ignore_check_option_errors)
845
845
{