~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator.h

  • Committer: Brian Aker
  • Date: 2010-07-07 06:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100707065254-fqrctwcppn1acgy1
Added unit test for generators.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
 
21
#include "drizzled/session.h"
 
22
 
21
23
#include "drizzled/generator/schema.h"
22
24
#include "drizzled/generator/table.h"
23
25
#include "drizzled/generator/all_tables.h"