mariadb/storage/innobase/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/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0import.cc Merge branch 'merge-innodb-5.6' into 10.0 2015-08-03 16:23:58 +02:00
row0ins.cc Merge branch 'merge-innodb-5.6' into 10.0 2015-10-09 17:47:30 +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 Merge branch 'merge-innodb-5.6' into 10.0 2015-06-16 11:08:23 +02:00
row0purge.cc 5.6.26 2015-08-03 13:03:47 +02:00
row0quiesce.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0row.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0sel.cc Merge branch 'merge-innodb-5.6' into 10.0 2015-08-03 16:23:58 +02:00
row0uins.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0umod.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0undo.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0upd.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0vers.cc move to storage/innobase 2015-05-04 19:17:21 +02:00