~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/local.cc

mergeĀ lp:~stewart/drizzle/remove-datahome-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2010 Brian Aker
 
4
 *  Copyright (C) 2010-2011 Brian Aker, Stewart Smith
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
42
42
  return default_catalog;
43
43
}
44
44
 
 
45
void resetPath_for_local_identifier()
 
46
{
 
47
  /* this is currently commented out to do nothing as we don't need
 
48
     to reset the relative path ../local to anything but that.
 
49
     We will need to enable this when we don't chdir into local on startup */
 
50
//  default_catalog.resetPath();
 
51
}
 
52
 
45
53
Instance::shared_ptr local()
46
54
{
47
55
  boost::call_once(&init, run_once);