~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_update.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
/* Update an old row in a MyISAM table */
17
17
 
18
18
#include "fulltext.h"
19
 
#include "rt_index.h"
20
19
 
21
20
int mi_update(register MI_INFO *info, const uchar *oldrec, uchar *newrec)
22
21
{