~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/file_exchange.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:02:08 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328230208-v5ik8zxd506upo7n
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/memory/sql_alloc.h>
25
25
#include <drizzled/enum.h>
26
26
 
27
 
namespace drizzled
28
 
{
 
27
namespace drizzled {
29
28
 
30
29
extern const charset_info_st *default_charset_info;
31
30