~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/info_schema/modules.cc

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 *   Modules I_S table methods.
24
24
 */
25
25
 
26
 
#include "drizzled/server_includes.h"
 
26
#include "config.h"
27
27
 
28
28
#include <vector>
29
29
 
30
30
#include "drizzled/session.h"
31
31
#include "drizzled/show.h"
32
32
#include "drizzled/plugin/library.h"
 
33
#include "drizzled/global_charset_info.h"
 
34
 
33
35
 
34
36
#include "helper_methods.h"
35
37
#include "modules.h"