~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/constants.h

  • Committer: Brian Aker
  • Date: 2010-12-19 06:20:54 UTC
  • mfrom: (2005.1.1 bug673105)
  • Revision ID: brian@tangent.org-20101219062054-1kt0l3dxs4z2z8md
Merge Dave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
 */
299
299
typedef enum
300
300
{
301
 
  DRIZZLE_QUERY_NONE,
302
301
  DRIZZLE_QUERY_ALLOCATED= (1 << 0)
303
302
} drizzle_query_options_t;
304
303