~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

  • Committer: Brian Aker
  • Date: 2010-03-04 08:33:14 UTC
  • mfrom: (1320.1.12 build)
  • Revision ID: brian@gaz-20100304083314-pscg89hdw618s2j5
Merge.

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; }