~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Monty Taylor
  • Date: 2010-10-25 20:36:07 UTC
  • mto: (1879.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101025203607-0xkv1xu0salvc6zd
Split out show_type into its own header and made sys_var work through
plugin.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
namespace drizzled
42
42
{
43
43
 
 
44
extern uint64_t refresh_version;
 
45
 
44
46
typedef boost::shared_ptr<TableShare> TableSharePtr;
45
47
 
46
48
typedef boost::unordered_map< TableIdentifier::Key, TableSharePtr> TableDefinitionCache;