1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Better optimization for InnoDB and BDB tables for ORDER BY

This commit is contained in:
monty@hundin.mysql.fi
2001-11-29 15:34:37 +02:00
parent 4d5d1ae2ef
commit 4b513347c4
10 changed files with 143 additions and 7 deletions

View File

@@ -223,6 +223,7 @@ public:
{ return ulonglong2double(data_file_length) / IO_SIZE + 1; }
virtual double read_time(ha_rows rows) { return rows; }
virtual bool fast_key_read() { return 0;}
virtual key_map keys_to_use_for_scanning() { return 0; }
virtual bool has_transactions(){ return 0;}
virtual uint extra_rec_buf_length() { return 0; }
virtual ha_rows estimate_number_of_rows() { return records+EXTRA_RECORDS; }