~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

  • Committer: Brian Aker
  • Date: 2008-10-02 19:18:43 UTC
  • mto: (438.4.1 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: brian@tangent.org-20081002191843-tw3nnufik8qwf9rz
Removed UNSIGNED from parser.

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