~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

Merged from Monty

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