~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/instance.h

  • Committer: Brian Aker
  • Date: 2010-12-30 08:27:31 UTC
  • mto: (2060.4.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101230082731-zzje8sgoz1xeefy9
Update for session to have a catalog object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <boost/make_shared.hpp>
25
25
#include "drizzled/message/catalog.h"
26
 
#include "drizzled/session.h"
 
26
#include "drizzled/identifier/session.h"
27
27
 
28
28
namespace drizzled {
29
29
namespace catalog {