~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/conn.cc

  • Committer: Brian Aker
  • Date: 2011-11-27 01:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111127012557-vxph9h1v32v3m1bz
Move result over to being behind API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
        }
639
639
      }
640
640
 
641
 
      con->result= drizzle_result_create(con, result);
 
641
      con->result= drizzle_result_create_with(con, result);
642
642
      if (con->result == NULL)
643
643
      {
644
644
        *ret_ptr= DRIZZLE_RETURN_MEMORY;