~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/instance/base.h

  • Committer: Brian Aker
  • Date: 2011-02-09 00:29:59 UTC
  • mto: (2154.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110209002959-k7aqi78n151130f2
Remove some of the dependencies from session.h so that we make the include
structure a bit simpler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
namespace drizzled
51
51
{
52
52
 
53
 
extern uint64_t refresh_version;
54
 
 
55
53
const static std::string NO_PROTOBUFFER_AVAILABLE("NO PROTOBUFFER AVAILABLE");
56
54
 
57
55
namespace plugin
366
364
    return version;
367
365
  }
368
366
 
369
 
  void refreshVersion()
370
 
  {
371
 
   version= refresh_version;
372
 
  }
 
367
  void refreshVersion();
373
368
 
374
369
  void resetVersion()
375
370
  {