~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/console/console.cc

  • Committer: David Shrewsbury
  • Date: 2011-02-20 17:06:25 UTC
  • mfrom: (2186 build)
  • mto: (2207.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2202.
  • Revision ID: shrewsbury.dave@gmail.com-20110220170625-kzi6llkbs9vxqh15
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
 
188
188
  virtual bool sendFields(List<Item> *list)
189
189
  {
190
 
    List_iterator_fast<Item> it(*list);
 
190
    List<Item>::iterator it(*list);
191
191
    Item *item;
192
192
 
193
193
    column= 0;