~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rlast.cc

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
        /* Read first record with the current key */
21
21
 
 
22
using namespace drizzled;
22
23
 
23
24
int heap_rlast(HP_INFO *info, unsigned char *record, int inx)
24
25
{