~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

Merged fix-headers work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <drizzled/common.h>
31
31
#include <mysys/iocache.h>
 
32
#include <string.h>
32
33
 
33
34
class String;
34
35