~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  {
62
62
    return(HA_NULL_IN_KEY |
63
63
           HA_BINLOG_STMT_CAPABLE |
64
 
           HA_CAN_INDEX_BLOBS | 
 
64
           HA_CAN_INDEX_BLOBS |
65
65
           HA_AUTO_PART_KEY |
66
66
           HA_FILE_BASED);
67
67
  }