~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rnext.cc

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "myisam_priv.h"
17
17
 
 
18
using namespace drizzled;
 
19
 
18
20
        /*
19
21
           Read next row with the same key as previous read
20
22
           One may have done a write, update or delete of the previous row.