~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-12-30 19:10:09 UTC
  • mfrom: (1245.2.7 remove-ilist)
  • Revision ID: brian@gaz-20091230191009-ulqzmoln5q530e6a
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 */