~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2010-02-11 01:48:23 UTC
  • mfrom: (1271.5.7 unify_error)
  • Revision ID: brian@gaz-20100211014823-pr4igk2tse4yne33
Merge in Tim's error work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#include <sys/mman.h>
55
55
#endif
56
56
#include <drizzled/util/test.h>
57
 
#include "drizzled/my_error.h"
 
57
#include "drizzled/error.h"
58
58
 
59
59
#include <algorithm>
60
60