~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/constants/schema.cc

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
} /* namespace constants */
54
54
 
55
 
identifier::Schema::const_reference data_dictionary()
 
55
const identifier::Schema& data_dictionary()
56
56
{
57
57
  static drizzled::identifier::Schema _tmp("DATA_DICTIONARY");
58
58
 
59
59
  return _tmp;
60
60
}
61
61
 
62
 
identifier::Schema::const_reference information_schema()
 
62
const identifier::Schema& information_schema()
63
63
{
64
64
  static drizzled::identifier::Schema _tmp("INFORMATION_SCHEMA");
65
65