~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.cc

  • Committer: Lee Bieber
  • Date: 2011-01-30 01:13:00 UTC
  • mfrom: (2126.2.1 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110130011300-doabvxcre7363ya4
Merge Brian - changes for catalogs usage of constants for identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using namespace std;
29
29
using namespace drizzled;
30
30
 
31
 
static identifier::Schema INFORMATION_SCHEMA_IDENTIFIER("INFORMATION_SCHEMA");
32
 
static identifier::Schema DATA_DICTIONARY_IDENTIFIER("DATA_DICTIONARY");
33
 
 
34
31
Function::Function(const std::string &name_arg) :
35
32
  drizzled::plugin::StorageEngine(name_arg,
36
33
                                  HTON_ALTER_NOT_SUPPORTED |