~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_delete.c

  • Committer: Brian Aker
  • Date: 2008-07-06 06:01:07 UTC
  • Revision ID: brian@tangent.org-20080706060107-llyy4p2ar8auddp6
Removed critical rt include files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* Remove a row from a MyISAM table */
17
17
 
18
18
#include "fulltext.h"
19
 
#include "rt_index.h"
20
19
 
21
20
static int d_search(MI_INFO *info,MI_KEYDEF *keyinfo,uint comp_flag,
22
21
                    uchar *key,uint key_length,my_off_t page,uchar *anc_buff);