mariadb/storage/xtradb/srv
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
..
srv0conc.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
srv0mon.cc MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size. 2015-10-27 13:00:15 +02:00
srv0srv.cc MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size. 2015-10-27 13:00:15 +02:00
srv0start.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-10-09 18:16:27 +02:00