~shubhamsomani92/drizzle/trunk-bug-995739

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.cc

  • Committer: Continuous Integration
  • Date: 2013-03-07 03:15:07 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130307031507-bqgrashrp5m3fw8x
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-175

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  uint32_t max_supported_key_length()    const { return 1000; }
84
84
  uint32_t max_supported_key_part_length() const { return 1000; }
85
85
 
86
 
  uint32_t index_flags(enum  ha_key_alg) const
 
86
  uint32_t index_flags(drizzled::message::Table::Index::IndexType) const
87
87
  {
88
88
    return (HA_READ_NEXT |
89
89
            HA_READ_PREV |