~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql/result_set.cc

  • Committer: David Shrewsbury
  • Date: 2011-02-09 16:20:32 UTC
  • mto: (2207.1.1 build) (2208.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2202.
  • Revision ID: shrewsbury.dave@gmail.com-20110209162032-elqexiuvppb4savj
Various fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
ResultSet::~ResultSet()
46
46
{
47
 
  //std::cerr << *this << std::endl;
48
47
}
49
48
 
50
49
const std::string ResultSet::getString(size_t column_number) const