~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
74
74
extern uint32_t max_used_connections;
75
75
extern drizzled::atomic<uint32_t> connection_count;
76
76
 
77
 
#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
78
 
/* Used templates */
79
 
template class List<Key>;
80
 
template class List_iterator<Key>;
81
 
template class List<Key_part_spec>;
82
 
template class List_iterator<Key_part_spec>;
83
 
template class List<AlterDrop>;
84
 
template class List_iterator<AlterDrop>;
85
 
template class List<AlterColumn>;
86
 
template class List_iterator<AlterColumn>;
87
 
#endif
88
77
 
89
78
/****************************************************************************
90
79
** User variables