~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#endif
20
20
 
21
21
#define MYSQL_SERVER 1
22
 
#include "mysql_priv.h"
 
22
#include <drizzled/mysql_priv.h>
23
23
#include <mystrings/m_ctype.h>
24
24
#include <mysys/my_bit.h>
25
25
#include <myisampack.h>