~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Eric Day
  • Date: 2009-03-27 06:45:11 UTC
  • mto: (968.1.1 lib-merge)
  • mto: This revision was merged to the branch mainline in revision 969.
  • Revision ID: eday@oddments.org-20090327064511-goqx19q7j18zgfah
All tests now passing now, fixed a few more client utility bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4939
4939
    lengths = drizzle_row_field_sizes(res);
4940
4940
    drizzle_column_seek(res, 0);
4941
4941
    for (i = 0; i < num_fields; i++)
 
4942
    {
 
4943
      column= drizzle_column_next(res);
4942
4944
      append_field(ds, i, column,
4943
4945
                   (const char*)row[i], lengths[i], !row[i]);
 
4946
    }
4944
4947
    if (!display_result_vertically)
4945
4948
      ds->append("\n");
4946
4949