~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

  • Committer: Monty Taylor
  • Date: 2008-11-26 20:35:59 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: mordred@solanthus.local-20081126203559-6umjej0cew701ho5
Work on removing global.h from headers that should be installed.

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 "myisamdef.h"
 
19
 
 
20
#include <mystrings/m_string.h>
19
21
#include <drizzled/util/test.h>
20
22
 
21
23