mariadb/mysql-test/suite
Jan Lindström 5027338039 Fix bug https://code.launchpad.net/~laurynas-biveinis/percona-server/bug1295268
(Inadequate background LRU flushing for write workloads with InnoDB compression).
  
  If InnoDB compression is used and the workload has writes, the
  following situation is possible. The LRU flusher issues an LRU flush
  request for an instance.  buf_do_LRU_batch decides to perform
  unzip_LRU eviction and this eviction might fully satisfy the
  request. Then buf_flush_LRU_tail checks the number of flushed pages in
  the last iteration, finds it to be zero, and wrongly decides not to
  flush that instance anymore.
  
  Fixed by maintaining unzip_LRU eviction counter in struct
  flush_counter_t variables, and checking it in buf_flush_LRU_tail when
  deciding whether to stop flushing the current instance.

Added test cases for new configuration files to get mysql-test-run suite sys_vars
to pass. Fix some small errors.
2014-03-27 09:35:24 +02:00
..
archive MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
binlog MDEV-4447 MariaDB sources should have unix-style line endings everywhere 2014-02-27 12:00:16 +01:00
csv MDEV-5612 - my_rename() deletes files when it shouldn't 2014-02-26 12:55:28 +04:00
engines MDEV-4929 Myanmar collation 2013-12-20 12:42:33 +04:00
federated 10.0-base merge 2014-02-26 15:28:07 +01:00
funcs_1 XtraDB made the default 2014-03-07 15:21:07 +01:00
funcs_2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
handler 10.0-base merge 2014-02-03 15:22:39 +01:00
heap 5.5 merge 2013-03-27 23:41:02 +01:00
innodb MDEV-4447 MariaDB sources should have unix-style line endings everywhere 2014-02-27 12:00:16 +01:00
innodb_fts MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
innodb_zip 10.0-base merge 2014-02-26 15:28:07 +01:00
jp find_files(): don't sort files in my_dir(), sort table names 2013-04-07 17:17:25 +02:00
large_tests
manual
maria Fixed MDEV-3815: Aria engine return "The table is full" (ERROR 1114) inserting record, while MyISAM and InnoDB doesn't 2014-02-11 19:40:33 +02:00
mtr/t overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
mtr2 Fix for overlayed include files on Windows and a test case 2013-11-10 14:37:32 +04:00
multi_source Automatic merge 2014-02-11 19:45:38 +02:00
optimizer_unfixed_bugs MDEV-4447 MariaDB sources should have unix-style line endings everywhere 2014-02-27 12:00:16 +01:00
parts 10.0-base merge 2014-02-03 15:22:39 +01:00
percona Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
perfschema Merge MDEV-5657 (parallel replication) to 10.0 2014-02-26 16:38:42 +01:00
perfschema_stress mysql-5.5 merge 2012-01-16 20:16:35 +01:00
plugins merge 10.0-base ->10.0 2014-02-05 20:35:11 +02:00
roles MDEV-5668 Assertion `granted_role->is_role()' fails on granting role with empty name 2014-03-01 11:55:31 +01:00
rpl MDEV-5788: Incorrect free of rgi->deferred_events in parallel replication 2014-03-07 12:02:09 +01:00
storage_engine Intentional change in logging 2014-02-05 16:39:21 +04:00
stress Bug #11751927 42960: MTR2: NO MORE --STRESS PARAMETERS 2011-09-15 12:34:32 +02:00
sys_vars Fix bug https://code.launchpad.net/~laurynas-biveinis/percona-server/bug1295268 2014-03-27 09:35:24 +02:00
unit MDEV-4425 REGEXP enhancements 2013-09-26 18:02:17 +04:00
vcol 10.0-base merge 2014-02-26 15:28:07 +01:00