340
340
#define HA_NO_TRANSACTIONS (1 << 0) /* Doesn't support transactions */
341
341
#define HA_PARTIAL_COLUMN_READ (1 << 1) /* read may not return all columns */
342
342
#define HA_TABLE_SCAN_ON_INDEX (1 << 2) /* No separate data/index file */
354
345
Reading keys in random order is as fast as reading keys in sort order