~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2009-05-03 22:35:33 UTC
  • mfrom: (997.2.26 mordred)
  • Revision ID: brian@gaz-20090503223533-lv7lwqelv08dnv2j
Merge of Monty's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
    read_info.row_end[0]=0;
434
434
#endif
435
435
 
436
 
    restore_record(table, s->default_values);
 
436
    table->restoreRecordAsDefault();
437
437
    /*
438
438
      There is no variables in fields_vars list in this format so
439
439
      this conversion is safe.
536
536
      return(1);
537
537
    }
538
538
 
539
 
    restore_record(table, s->default_values);
 
539
    table->restoreRecordAsDefault();
540
540
 
541
541
    while ((item= it++))
542
542
    {