~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

  • Committer: Brian Aker
  • Date: 2010-02-25 07:52:23 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100225075223-125dkr0n8kpmobkj
Fix dropSchema().

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#define DRIZZLE_DATA_DICTIONARY "data_dictionary"
25
25
 
26
 
#define MY_DB_OPT_FILE "db.opt"
27
 
 
28
26
namespace drizzled {
29
27
 
30
28
namespace message { class Schema; }