~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.c

Moved queues and hash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "myisamdef.h"
19
19
#include <m_ctype.h>
20
20
#include <mysys/my_tree.h>
21
 
#include <queues.h>
 
21
#include <mysys/queues.h>
22
22
#include <my_bit.h>
23
23
 
24
24
#include <m_ctype.h>