~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 03:59:01 UTC
  • mfrom: (212.4.2 move-myisam-includes)
  • Revision ID: brian@tangent.org-20080728035901-2n9ruma8yah4kea2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#endif
19
19
 
20
20
#include "mysql_priv.h"
21
 
#include <myisam.h>
 
21
#include <storage/myisam/myisam.h>
22
22
 
23
23
#include "ha_archive.h"
24
24
#include <my_dir.h>