~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to examples/simple_multi.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:
92
92
    }
93
93
 
94
94
    cons.push_back(con);
95
 
    drizzle_result_st *res= drizzle_result_create(con, NULL);
 
95
    drizzle_result_st *res= drizzle_result_create(con);
96
96
    result.push_back(res);
97
97
 
98
98
    drizzle_query_st *exec_query;