~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

  • Committer: Monty Taylor
  • Date: 2008-07-30 19:17:49 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730191749-xfjicbhw2qna3hs2
Removed excess AM_CPPFLAGS from the tree. Now the only thing that should be in the include path should be -I${top_srcdir} and -I${top_builddir}w

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
           HA_CAN_INDEX_BLOBS | HA_AUTO_PART_KEY |
58
58
           HA_FILE_BASED | HA_CAN_GEOMETRY | HA_CAN_INSERT_DELAYED);
59
59
  }
60
 
  uint32_t index_flags(uint inx, uint part __attribute__((__unused__)),
61
 
                       bool all_parts __attribute__((__unused__))) const
 
60
  uint32_t index_flags(uint inx, uint part __attribute__((unused)),
 
61
                       bool all_parts __attribute__((unused))) const
62
62
  {
63
63
    return ((table_share->key_info[inx].algorithm == HA_KEY_ALG_FULLTEXT) ?
64
64
            0 : HA_READ_NEXT | HA_READ_PREV | HA_READ_RANGE |