~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-12 10:06:03 UTC
  • mfrom: (2154.2.16 drizzle-build)
  • Revision ID: brian@tangent.org-20110212100603-i5ww0s02p8l4a8q7
Merge in solaris tree.

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
  {