~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2008-08-01 17:09:24 UTC
  • Revision ID: brian@tangent.org-20080801170924-v43sbsyi3v505u61
Removed crypt()

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
  uint db_create_options;               /* Create options from database */
262
262
  uint db_options_in_use;               /* Options in use */
263
263
  uint db_record_offset;                /* if HA_REC_IN_SEQ */
264
 
  uint raid_type, raid_chunks;
265
264
  uint rowid_field_offset;              /* Field_nr +1 to rowid field */
266
265
  /* Index of auto-updated TIMESTAMP field in field array */
267
266
  uint primary_key;
273
272
  uchar frm_version;
274
273
  bool null_field_first;
275
274
  bool system;                          /* Set if system table (one record) */
276
 
  bool crypted;                         /* If .frm file is crypted */
277
275
  bool db_low_byte_first;               /* Portable row format */
278
276
  bool crashed;
279
277
  bool name_lock, replace_with_name_lock;