~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

Merged iocache.h addition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#endif
32
32
 
33
33
#include <libdrizzle/drizzle_com.h>
 
34
#include <mysys/iocache.h>
34
35
 
35
36
class String;
36
37
int sortcmp(const String *a,const String *b, const CHARSET_INFO * const cs);