~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_iocache.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1675
1675
 
1676
1676
#ifdef MAIN
1677
1677
 
1678
 
#include <my_dir.h>
1679
 
 
1680
1678
void die(const char* fmt, ...)
1681
1679
{
1682
1680
  va_list va_args;