mariadb/storage/xtradb/handler
Jan Lindström 13884cf206 MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size.
Analysis: Current implementation will write and read at least one block
(sort_buffer_size bytes) from disk / index even if that block does not
contain any records.

Fix: Avoid writing / reading empty blocks to temporary files (disk).
2015-10-27 13:00:15 +02:00
..
ha_innodb.cc MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size. 2015-10-27 13:00:15 +02:00
ha_innodb.h move to storage/xtradb 2015-05-04 19:15:28 +02:00
handler0alter.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-10-09 18:16:27 +02:00
i_s.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-06-16 12:46:14 +02:00
i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00