~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
  uint32_t db_options_in_use;           /* Options in use */
158
158
  uint32_t db_record_offset;            /* if HA_REC_IN_SEQ */
159
159
  uint32_t rowid_field_offset;          /* Field_nr +1 to rowid field */
 
160
  /**
 
161
   * @TODO 
 
162
   *
 
163
   * Currently the replication services component uses
 
164
   * the primary_key member to determine which field is the table's
 
165
   * primary key.  However, as it exists, because this member is scalar, it
 
166
   * only supports a single-column primary key. Is there a better way
 
167
   * to ask for the fields which are in a primary key?
 
168
   */
 
169
  uint32_t primary_key;
160
170
  /* Index of auto-updated TIMESTAMP field in field array */
161
 
  uint32_t primary_key;
162
171
  uint32_t next_number_index;               /* autoincrement key number */
163
172
  uint32_t next_number_key_offset;          /* autoinc keypart offset in a key */
164
173
  uint32_t next_number_keypart;             /* autoinc keypart number in a key */