30
30
class ha_heap: public drizzled::Cursor
33
34
/* number of records changed since last statistics update */
34
35
uint32_t records_changed;
35
36
uint32_t key_stat_version;
40
41
Cursor *clone(drizzled::memory::Root *mem_root);
42
43
const char *index_type(uint32_t inx);
45
47
{ return (double) (stats.records+stats.deleted) / 20.0+10; }
46
48
double read_time(uint32_t, uint32_t,
48
50
{ return (double) rows / 20.0+1; }
52
54
void set_keys_for_scanning(void);
53
55
int doInsertRecord(unsigned char * buf);