~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Stewart Smith
  • Date: 2009-09-22 09:36:37 UTC
  • mfrom: (1128 staging)
  • mto: This revision was merged to the branch mainline in revision 1145.
  • Revision ID: stewart@flamingspork.com-20090922093637-44bvw0i4fe0job1m
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
template class List_iterator<Key>;
69
69
template class List<Key_part_spec>;
70
70
template class List_iterator<Key_part_spec>;
71
 
template class List<Alter_drop>;
72
 
template class List_iterator<Alter_drop>;
73
 
template class List<Alter_column>;
74
 
template class List_iterator<Alter_column>;
 
71
template class List<AlterDrop>;
 
72
template class List_iterator<AlterDrop>;
 
73
template class List<AlterColumn>;
 
74
template class List_iterator<AlterColumn>;
75
75
#endif
76
76
 
77
77
/****************************************************************************