101
101
const char *table_type(void) const { return "CSV"; }
102
102
const char *index_type(uint32_t)
113
106
Called in test_quick_select to determine if indexes should be used.
115
108
virtual double scan_time() { return (double) (stats.records+stats.deleted) / 20.0+10; }
116
110
/* The next method will never be called */
117
111
virtual bool fast_key_read() { return 1;}