~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/info_schema/referential_constraints.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
 *   referential constraints 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