~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/console/console.cc

  • Committer: Lee Bieber
  • Date: 2011-02-20 02:08:06 UTC
  • mfrom: (2183.2.3 list)
  • Revision ID: kalebral@gmail.com-20110220020806-ad95ldlm2rfahrrr
Merge Olaf - change List_iterator_fast to List<Item>::iterator

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;