~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtcollation.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_DTCOLLATION_H
21
21
#define DRIZZLED_DTCOLLATION_H
22
22
 
23
 
#include <stdint.h>
24
 
 
25
23
#include <drizzled/definitions.h>
26
24
 
 
25
namespace drizzled
 
26
{
 
27
 
27
28
class Item;
28
29
typedef struct charset_info_st CHARSET_INFO;
29
30
 
134
135
void my_coll_agg_error(Item** args, uint32_t count, const char *fname,
135
136
                       int item_sep);
136
137
 
 
138
} /* namespace drizzled */
 
139
 
137
140
#endif /* DRIZZLED_DTCOLLATION_H */