~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

  • Committer: Monty Taylor
  • Date: 2008-10-02 20:45:51 UTC
  • mfrom: (413.2.3 drizzle)
  • Revision ID: monty@inaugust.com-20081002204551-gousb6hhqlr6q1br
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  const char **bas_ext() const;
53
53
  uint64_t table_flags() const
54
54
  {
55
 
    return(HA_NULL_IN_KEY | HA_CAN_FULLTEXT | HA_CAN_SQL_HANDLER |
 
55
    return(HA_NULL_IN_KEY |
56
56
           HA_BINLOG_STMT_CAPABLE |
57
 
           HA_CAN_INDEX_BLOBS | HA_AUTO_PART_KEY |
58
 
           HA_FILE_BASED | HA_CAN_GEOMETRY | HA_CAN_INSERT_DELAYED);
 
57
           HA_CAN_INDEX_BLOBS | 
 
58
           HA_AUTO_PART_KEY |
 
59
           HA_FILE_BASED);
59
60
  }
60
61
  uint32_t index_flags(uint inx, uint part __attribute__((unused)),
61
62
                       bool all_parts __attribute__((unused))) const