~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.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:
48
48
  int index_init(uint32_t idx, bool sorted);
49
49
  int index_end();
50
50
  uint32_t index_flags(uint32_t inx, uint32_t part, bool all_parts) const;
51
 
  uint32_t max_supported_keys()          const { return MI_MAX_KEY; }
52
 
  uint32_t max_supported_key_length()    const { return MI_MAX_KEY_LENGTH; }
53
 
  uint32_t max_supported_key_part_length() const { return MI_MAX_KEY_LENGTH; }
54
51
  uint32_t checksum() const;
55
52
 
56
53
  int open(const char *name, int mode, uint32_t test_if_locked);