~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

  • Committer: Brian Aker
  • Date: 2010-03-03 23:42:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1321.
  • Revision ID: brian@gaz-20100303234214-wij7pzl4s5f8rx4p
Temporary fix for allowing engines to say "don't do this".

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_DB_H
22
22
#define DRIZZLED_DB_H
23
23
 
24
 
#define DRIZZLE_DATA_DICTIONARY "data_dictionary"
25
 
 
26
24
namespace drizzled {
27
25
 
28
26
namespace message { class Schema; }