~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/mysql_ms.cc

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#ifdef DRIZZLED
59
59
const char *ms_my_get_mysql_home_path()
60
60
{
61
 
        return drizzled::data_home;
 
61
        return drizzled::getDataHomeCatalog().c_str();
62
62
}
63
63
 
64
64
bool ms_is_autocommit()