~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Monty Taylor
  • Date: 2009-05-08 19:27:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090508192721-glbsg850k7wqp1rd
Further reversion of P.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#include <bitset>
22
 
 
23
21
/*
24
22
  This class is shared between different table objects. There is one
25
23
  instance of table share per one table in the database.
57
55
  LEX_STRING comment;                   /* Comment about table */
58
56
  const CHARSET_INFO *table_charset; /* Default charset of string fields */
59
57
 
60
 
  std::bitset<MAX_FIELDS> all_set;
 
58
  MY_BITMAP all_set;
61
59
  /*
62
60
    Key which is used for looking-up table in table cache and in the list
63
61
    of thread's temporary tables. Has the form of: