~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/typelib.cc

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Functions to handle typelib */
17
17
 
18
 
#include "drizzled/internal/mysys_priv.h"
 
18
#include "config.h"
 
19
 
 
20
#include <stdio.h>
 
21
 
19
22
#include "drizzled/internal/m_string.h"
20
23
#include "drizzled/charset_info.h"
21
 
#include <stdio.h>
 
24
#include "drizzled/typelib.h"
22
25
 
23
 
using namespace drizzled;
 
26
namespace drizzled
 
27
{
24
28
 
25
29
static const char field_separator=',';
26
30
 
233
237
 
234
238
  return to;
235
239
}
 
240
 
 
241
} /* namespace drizzled */