~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This file is originally from the mysql distribution. Coded by monty */
17
17
 
18
 
#include "global.h"
 
18
#include "config.h"
 
19
 
19
20
#include <mysys/my_sys.h>
20
21
#include <mystrings/m_string.h>
21
22