~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.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
/* Write a row to a MyISAM table */
17
17
 
18
18
#include "fulltext.h"
19
 
#include "rt_index.h"
20
19
 
21
20
#define MAX_POINTER_LENGTH 8
22
21