~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
{
188
188
  Natural_join_column *nj_col;
189
189
  bool is_created= true;
190
 
  uint field_count=0;
 
190
  uint32_t field_count=0;
191
191
  TableList *add_table_ref= parent_table_ref ?
192
192
                             parent_table_ref : table_ref;
193
193