~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  classes to use when handling where clause
25
25
*/
26
26
 
27
 
#ifdef USE_PRAGMA_INTERFACE
28
 
#pragma interface                       /* gcc class implementation */
29
 
#endif
30
27
 
31
28
/* PREV_BITS only used in sql_select.cc */
32
29
#define PREV_BITS(type,A)       ((type) (((type) 1 << (A)) -1))