~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_dumpvar.h

  • Committer: Brian Aker
  • Date: 2010-05-17 23:12:39 UTC
  • Revision ID: brian@gaz-20100517231239-kgcnn613z0gga7ie
Code shuffle on ReadRecord

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_SELECT_DUMPVAR_H
22
22
 
23
23
#include "drizzled/error.h"
24
 
#include "drizzled/function/set_user_var.h"
 
24
#include "drizzled/error.h"
25
25
 
26
26
#include <vector>
27
27
 
60
60
    std::vector<var *>::const_iterator iter= var_list.begin();
61
61
 
62
62
    List_iterator<Item> it(items);
63
 
    Item *item= NULL;
 
63
    Item *item;
64
64
    var *current_var;
65
65
 
66
66
    if (unit->offset_limit_cnt)