~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_rnext.cc

Merged remove-dead-Item-save_in_field_no_warnings into fix-order_st-BY-comments.

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.