~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2009-12-23 08:42:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223084215-7f48eb2611l2e4vj
Dear god. I think we're not including anything from mysys in drizzled anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
  char *        *wild;          /* Pointer to wildcards */
177
177
} WF_PACK;
178
178
 
179
 
enum loglevel {
180
 
   ERROR_LEVEL,
181
 
   WARNING_LEVEL,
182
 
   INFORMATION_LEVEL
183
 
};
184
 
 
185
179
enum cache_type
186
180
{
187
181
  TYPE_NOT_SET= 0, READ_CACHE, WRITE_CACHE,