~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_handler.c

Heap builds clean.
Moved my_handler.c back to mysys - I missed that heap also uses it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <my_handler.h>
22
22
#include <my_sys.h>
23
23
 
24
 
#include "myisamdef.h"
 
24
#include "mysys_priv.h"
25
25
#include "my_handler_errors.h"
26
26
 
27
27
int ha_compare_text(CHARSET_INFO *charset_info, uchar *a, uint a_length,