~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/constants.h

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:
298
298
 */
299
299
typedef enum
300
300
{
 
301
  DRIZZLE_QUERY_NONE,
301
302
  DRIZZLE_QUERY_ALLOCATED= (1 << 0)
302
303
} drizzle_query_options_t;
303
304