~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
  timestamp_auto_set_type timestamp_field_type;
470
470
  table_map     map;                    /* ID bit of table (1,2,4,8,16...) */
471
471
 
472
 
  uint          lock_position;          /* Position in MYSQL_LOCK.table */
473
 
  uint          lock_data_start;        /* Start pos. in MYSQL_LOCK.locks */
 
472
  uint          lock_position;          /* Position in DRIZZLE_LOCK.table */
 
473
  uint          lock_data_start;        /* Start pos. in DRIZZLE_LOCK.locks */
474
474
  uint          lock_count;             /* Number of locks */
475
475
  uint          tablenr,used_fields;
476
476
  uint          temp_pool_slot;         /* Used by intern temp tables */