Marko Mäkelä
86e0a73eaa
Remove wait_innodb_all_purged.inc
...
The file wait_innodb_all_purged.inc waited for InnoDB purge in a way
that only worked in debug builds. The file wait_all_purged.inc
provides a better mechanism.
2017-08-08 09:44:38 +03:00
Jan Lindström
af05becb4c
MDEV-10771: Test innodb_defragment_fill_factor does not work correctly
...
Added more columns to stabilice the test case.
2016-11-16 13:52:41 +02:00
Jan Lindström
bef30f2e30
Fix test failures seen on
...
-- innodb-wl5522-debug-zip (path differences win/unix)
-- innodb_defragment_fill_factor (stabilise)
-- innodb_force_pk (case difference win/unix)
2014-09-26 12:16:05 +03:00
Jan Lindström
d3ceb934f1
MDEV-6701: InnoDB tests fail in 10.1
...
Fixed test failures seen on defragment tests, innodb.innodb-wl5522-debug-zip
and innodb.innodb_bug12902967.
2014-09-08 09:34:03 +03:00
Jan Lindström
6dad23f04a
MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1
...
Merge https://github.com/kakao/mariadb-10.0 that contains Facebook's
implementation for defragmentation
facebook/mysql-5.6@a2d3a74
facebook/mysql-5.6@def96c8
facebook/mysql-5.6@9c67c5d
facebook/mysql-5.6@921a81b
facebook/mysql-5.6@aa519bd
facebook/mysql-5.6@fea7d13
facebook/mysql-5.6@09b29d3
facebook/mysql-5.6@9284abb
facebook/mysql-5.6@dbd623d
facebook/mysql-5.6@aed55dc
facebook/mysql-5.6@aad5c82
This version does not add new SQL-syntax and new handler API function.
Instead optimize table is mapped to defragment table if
innodb_defragment=ON, by default the feature is off.
Contains changes authored by Sunguck Lee (Kakao).
2014-08-06 15:28:58 +03:00