~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table/placeholder.h

  • Committer: Brian Aker
  • Date: 2010-10-27 21:00:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1886.
  • Revision ID: brian@tangent.org-20101027210049-zfpgx2cfbrh8maq9
A couple of fixes to documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  {
49
49
    return true;
50
50
  }
51
 
 
52
 
  void release(void)
53
 
  {
54
 
    TableShare::release(getMutableShare());
55
 
  }
56
51
};
57
52
 
58
53
} /* namespace table */