~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to examples/simple_multi.c

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

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;