106
107
/* The next method will never be called */
107
108
virtual bool fast_key_read() { return 1;}
110
111
(e.g. save number of records seen on full table scan and/or use file size
113
114
drizzled::ha_rows estimate_rows_upper_bound() { return HA_POS_ERROR; }
116
117
int open(const char *, int , uint32_t ) { assert(0); return -1; }
118
119
int doInsertRecord(unsigned char * buf);