~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-174

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rnext_same.cc

  • Committer: Continuous Integration
  • Date: 2013-03-06 00:34:34 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130306003434-n1jcke7p55go2s2h
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-174

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
#include "myisam_priv.h"
 
17
#include <drizzled/message/table.h>
17
18
 
18
19
using namespace drizzled;
19
20
 
39
40
 
40
41
  switch (keyinfo->key_alg)
41
42
  {
42
 
    case HA_KEY_ALG_BTREE:
 
43
    case message::Table::Index::BTREE:
43
44
    default:
44
45
      if (!(info->update & HA_STATE_RNEXT_SAME))
45
46
      {