~jaypipes/drizzle/bugs

« back to all changes in this revision

Viewing changes to plugin/info_schema/collation_char_set.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *   Collation Character Set I_S table methods.
24
24
 */
25
25
 
26
 
#include "drizzled/server_includes.h"
 
26
#include "config.h"
27
27
#include "drizzled/session.h"
28
28
#include "drizzled/show.h"
 
29
#include "drizzled/global_charset_info.h"
 
30
 
29
31
 
30
32
#include "helper_methods.h"
31
33
#include "collation_char_set.h"