~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
#define MY_FILEPOS_ERROR  (UINT64_MAX)
234
234
 
235
 
typedef int    myf;  /* Type of MyFlags in my_funcs */
236
 
#define MYF(v)          (myf) (v)
237
235
 
238
236
/* Defines for time function */
239
237
#define SCALE_SEC  100