mariadb/mysql-test/suite
Jan Lindström 7a9670218b MDEV-8474: InnoDB sets per-connection data unsafely
Analysis: At check_trx_exists function InnoDB allocates
a new trx if no trx is found from thd but this newly
allocated trx is not registered to thd. This is unsafe,
because nothing prevents InnoDB plugin from being uninstalled
while there's active transaction. This can cause crashes, hang
and any other odd behavior. It may also corrupt stack, as
functions pointers are not available after dlclose.

Fix: The fix is to use thd_set_ha_data() when
manipulating per-connection handler data. It does appropriate
plugin locking.
2015-07-21 12:12:58 +03:00
..
archive mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
binlog MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# 2015-06-04 18:49:12 +04:00
csv automatic merge 2012-05-03 16:00:41 +03:00
engines MDEV-6378 mtr engines iuds time tests fail 2014-07-28 13:31:46 +04:00
federated different fix for internal Oracle MySQL bug#16324629 that doesn't crash 2014-02-17 11:09:33 +01:00
funcs_1 Merge branch 'mysql-5.1' into mysql-5.5 2015-04-27 14:46:40 +05:30
funcs_2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
handler MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
heap MDEV-4813 Replication fails on updating a MEMORY table with an index using btree 2014-10-07 10:54:14 +02:00
innodb MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
innodb_zip MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
jp overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
large_tests
manual
maria MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled 2015-06-09 23:24:03 +04: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
optimizer_unfixed_bugs CRLF->LF 2015-06-02 22:07:47 +02:00
oqgraph 1. support for testing statically built oqgraph 2012-03-30 22:15:44 +02:00
parts Merge tag 'mysql-5.5.44' into bb-5.5-serg 2015-06-05 02:06:51 +02:00
percona MDEV-7692 MariaDB - mysql-test - SUITE:percona - percona.innodb_sys_index 'xtradb' fails - @@version_comment 2015-03-12 18:53:31 +02:00
perfschema Fix test failure in perfschema.myisam_file_io when perfschema is not compiled into the server. 2014-10-20 09:36:41 +02:00
perfschema_stress mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
plugins MDEV-8211 plugins.server_audit fails sporadically in buildbot. 2015-06-08 21:55:52 +05:00
rpl MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 2015-07-17 00:06:27 +03:00
sphinx MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 2015-06-08 21:48:19 +02:00
storage_engine Sporadic failure in storage_engine/trx.xa_recovery test 2014-11-17 20:10:57 +04:00
stress Bug #11751927 42960: MTR2: NO MORE --STRESS PARAMETERS 2011-09-15 12:34:32 +02:00
sys_vars Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
unit post-merge changes to the mysql-test suite 2011-10-19 23:01:15 +02:00
vcol MDEV-7113 difference between check_vcol_func_processor and check_partition_func_processor 2014-11-18 15:42:40 +01:00