~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.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:
6407
6407
    tmp.append(STRING_WITH_LEN("(empty)"));
6408
6408
}
6409
6409
 
6410
 
/*****************************************************************************
6411
 
** Instantiate templates
6412
 
*****************************************************************************/
6413
 
 
6414
 
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
6415
 
template class List<optimizer::QuickRange>;
6416
 
template class List_iterator<optimizer::QuickRange>;
6417
 
#endif