~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

Fixed depend problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "myisam.h"                     /* Structs & some defines */
22
22
#include "myisampack.h"                 /* packing of keys */
23
 
#include "fulltext.h"
24
23
#include <my_tree.h>
25
24
#include <my_pthread.h>
26
25
#include <thr_lock.h>
404
403
#define mi_print_error(SHARE, ERRNO)                     \
405
404
        mi_report_error((ERRNO), (SHARE)->index_file_name)
406
405
 
 
406
#if defined(_cplusplus)
 
407
extern "C" {
 
408
#endif
 
409
void _mi_report_crashed(MI_INFO *file __attribute__((unused)),
 
410
                        const char *message __attribute__((unused)),
 
411
                        const char *sfile __attribute__((unused)),
 
412
                        uint sline __attribute__((unused)));
 
413
#if defined(_cplusplus)
 
414
}
 
415
#endif
407
416
/* Functions to store length of space packed keys, VARCHAR or BLOB keys */
408
417
 
409
418
#define store_key_length(key,length) \