mariadb/storage/xtradb/row
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
..
row0ext.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0ftsort.cc XtraDB-5.6.23-72.1 2015-05-05 00:08:58 +02:00
row0import.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-10-09 18:16:27 +02:00
row0ins.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-10-09 18:16:27 +02:00
row0log.cc MDEV-8379 - SUSE mariadb patches 2015-10-01 13:40:23 +04:00
row0merge.cc MDEV-8696: Adding indexes on empty table is slow with large innodb_sort_buffer_size. 2015-10-27 13:00:15 +02:00
row0mysql.cc 5.6.25-73.1 2015-08-01 15:04:20 +02:00
row0purge.cc 5.6.26-74.0 2015-10-09 17:20:49 +02:00
row0quiesce.cc 5.6.23-72.1 2015-05-04 22:17:04 +02:00
row0row.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0sel.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-10-09 18:16:27 +02:00
row0uins.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0umod.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0undo.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0upd.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0vers.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00