~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • 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:
81
81
#include "drizzled/field/varstring.h"
82
82
#include "drizzled/field/uuid.h"
83
83
 
 
84
#include "drizzled/plugin/storage_engine.h"
 
85
 
84
86
#include "drizzled/definition/cache.h"
85
87
 
 
88
#include <drizzled/refresh_version.h>
 
89
 
86
90
using namespace std;
87
91
 
88
92
namespace drizzled
2042
2046
  abort();
2043
2047
}
2044
2048
 
 
2049
void TableShare::refreshVersion()
 
2050
{
 
2051
  version= refresh_version;
 
2052
}
 
2053
 
2045
2054
 
2046
2055
} /* namespace drizzled */