~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1789
1789
  }
1790
1790
}
1791
1791
 
 
1792
 
 
1793
/*****************************************************************************
 
1794
  Instansiate templates
 
1795
*****************************************************************************/
 
1796
 
 
1797
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
 
1798
template class List_iterator_fast<List_item>;
 
1799
#endif /* HAVE_EXPLICIT_TEMPLATE_INSTANTIATION */