~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to examples/simple_multi.c

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-21 16:39:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221163940-c1pfo1jjvx7909xq
Tags: 2010.12.06-0ubuntu1
* New upstream release.
* Added libaio-dev build depend for InnoDB.
* Removed libpcre patch - applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    }
96
96
 
97
97
    if (drizzle_query_add(&drizzle, &(ql[x]), &(con[x]), &(result[x]), query,
98
 
                          strlen(query), 0, NULL) == NULL)
 
98
                          strlen(query), DRIZZLE_QUERY_NONE, NULL) == NULL)
99
99
    {
100
100
      printf("drizzle_query_add:%s\n", drizzle_error(&drizzle));
101
101
      return 1;