~linuxjedi/libdrizzle/5.1-api-fixes

« back to all changes in this revision

Viewing changes to tests/unit/binlog.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:
64
64
  if (ret != DRIZZLE_RETURN_OK)
65
65
  {
66
66
    printf("Drizzle connection failure\n");
 
67
    drizzle_quit(con);
67
68
    return EXIT_SKIP;
68
69
  }
69
70