~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2008-07-07 16:58:11 UTC
  • mfrom: (77.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080707165811-jfqxacc3436dut4n
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  uint64_t table_flags() const { return int_table_flags; }
55
55
  int index_init(uint idx, bool sorted);
56
56
  int index_end();
57
 
  uint32_t index_flags(uint inx, uint part, bool all_parts) const
 
57
  uint32_t index_flags(uint inx, uint part __attribute__((__unused__)),
 
58
                       bool all_parts __attribute__((__unused__))) const
58
59
  {
59
60
    return ((table_share->key_info[inx].algorithm == HA_KEY_ALG_FULLTEXT) ?
60
61
            0 : HA_READ_NEXT | HA_READ_PREV | HA_READ_RANGE |