~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  */
55
55
  const char *index_type(uint32_t key_number);
56
56
  uint32_t index_flags(uint32_t inx, uint32_t part, bool all_parts) const;
57
 
  /* The following defines can be increased if necessary */
58
 
  uint32_t max_supported_keys()          const { return BLACKHOLE_MAX_KEY; }
59
 
  uint32_t max_supported_key_length()    const { return BLACKHOLE_MAX_KEY_LENGTH; }
60
 
  uint32_t max_supported_key_part_length() const { return BLACKHOLE_MAX_KEY_LENGTH; }
61
57
  int open(const char *name, int mode, uint32_t test_if_locked);
62
58
  int close(void);
63
59
  int write_row(unsigned char * buf);