~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/info_schema/schemata.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
 *   schemata 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
29
#include "drizzled/join_table.h"
30
 
 
 
30
#include "drizzled/sql_table.h"
 
31
#include "drizzled/db.h"
31
32
#include "helper_methods.h"
32
33
#include "schemata.h"
33
34
 
 
35
#ifdef HAVE_SYS_STAT_H
 
36
# include <sys/stat.h>
 
37
#endif
 
38
 
34
39
#include <vector>
35
40
 
36
41
using namespace drizzled;