~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/referential_constraints.h

  • Committer: Brian Aker
  • Date: 2010-10-27 23:24:30 UTC
  • mfrom: (1861.4.9 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101027232430-e9ces9kmhvknr86c
Merge in additions to IS for FK

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  class Generator : public InformationSchema::Generator 
31
31
  {
32
 
    bool is_primed;
33
 
    void fill();
34
 
    bool nextCore();
35
 
    bool next();
 
32
    drizzled::generator::AllForeignKeys foreign_key_generator;
36
33
 
37
34
  public:
38
35
    Generator(drizzled::Field **arg);