~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/table_reader.cc

  • Committer: Brian Aker
  • Date: 2009-02-09 20:00:19 UTC
  • mfrom: (859.1.1 nofrm)
  • Revision ID: brian@tangent.org-20090209200019-fhik9eshxp0q08ii
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
      if (x != 0)
147
147
        cout << ",";
148
 
      cout << "`" << part.field().name() << "`";
 
148
      cout << "`" << part.fieldnr() << "`"; /* FIXME */
149
149
      if (part.has_compare_length())
150
150
        cout << "(" << part.compare_length() << ")";
151
151
    }