~brianaker/libdrizzle/private-headers-connection-test

« back to all changes in this revision

Viewing changes to tests/unit/unbuffered_query.c

  • Committer: Continuous Integration
  • Date: 2012-12-27 19:49:09 UTC
  • mfrom: (62.1.4 libdrizzle-5.1)
  • Revision ID: ci@drizzle.org-20121227194909-qdwvzpif64nkkjhw
Merge lp:~brianaker/libdrizzle/valgrind-fix Build: jenkins-Libdrizzle-9

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  if (ret != DRIZZLE_RETURN_OK)
66
66
  {
67
67
    printf("Drizzle connection failure\n");
 
68
    drizzle_quit(con);
68
69
    return EXIT_SKIP;
69
70
  }
70
71