~skinny.moey/drizzle/fix_global_stats

« back to all changes in this revision

Viewing changes to drizzled/table_share_instance.h

  • Committer: Brian Aker
  • Date: 2010-06-11 17:26:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1610.
  • Revision ID: brian@gaz-20100611172639-e9q2sliqizeoz4yd
Update for having share declared type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  }
38
38
 
39
39
  TableShareInstance(const char *tmpname_arg) :
40
 
    TableShare("", 0, tmpname_arg, tmpname_arg)
 
40
    TableShare(message::Table::INTERNAL, "", 0, tmpname_arg, tmpname_arg)
41
41
  {
42
42
    private_table.setShare(this);
43
43
  }