~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.cc

  • Committer: Brian Aker
  • Date: 2008-08-19 21:53:32 UTC
  • Revision ID: brian@tangent.org-20080819215332-yoofgyn48ydie0ds
Refactor of Table methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
}
8
8
 
9
9
 
 
10
 
 
11
void Field_iterator_table::set(TableList *table) 
 
12
 
13
  ptr= table->table->field; 
 
14
}
 
15
 
 
16
 
10
17
void Field_iterator_table::set_table(Table *table) 
11
18
12
19
  ptr= table->field; 
132
139
}
133
140
 
134
141
 
 
142
 
135
143
/*
136
144
  Create new or return existing column reference to a column of a
137
145
  natural/using join.