~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/myxt_xt.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:
2029
2029
                        message::Table::STANDARD);
2030
2030
        }
2031
2031
        else {
2032
 
                std::string n;
2033
 
                n.append(data_home);
 
2032
                std::string n(getDataHomeCatalog());
2034
2033
                n.append("/");
2035
2034
                n.append(database_name);
2036
2035
                n.append("/");