mariadb/storage/xtradb
Jan Lindström 925b64124a MDEV-8182: Failing assertion: 1 == UT_LIST_GET_LEN(space->chain)
Analysis: At fil_spage_get_space there is small change that space
is found from tablespace list but we have not yet created node
for it (and added it to space->chain) and as we hold fil_system
mutex here fil_node_create can't continue.

Fixed by allowing UT_LIST_GET_LEN(space->chain) == 0|| 1 and
introducint two new functions that access filespace list
and before returning space check that node is also created.
2015-05-20 20:32:10 +03:00
..
api XtraDB 5.6.21-70.0 2014-11-20 17:05:13 +01:00
btr Merge 10.0 -> 10.1. 2015-04-17 15:18:44 +02:00
buf MDEV-8173: InnoDB; Failing assertion: crypt_data->type == 1 2015-05-20 14:10:07 +03:00
data Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
dict MDEV-7942: InnoDB: abuse of UNIV_LIKELY()/UNIV_UNLIKELY() 2015-05-11 14:31:42 +03:00
dyn Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
eval Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
fil MDEV-8182: Failing assertion: 1 == UT_LIST_GET_LEN(space->chain) 2015-05-20 20:32:10 +03:00
fsp InnoDB/XtraDB Encryption cleanup. 2015-04-07 23:44:56 +02:00
fts XtraDB 5.6.22-71.0 2015-01-21 14:34:58 +01:00
fut Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ha Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler MDEV-8164: Server crashes in pfs_mutex_enter_func after fil_crypt_is_closing or alike 2015-05-18 13:28:13 +03:00
ibuf Merge branch '5.5' into 10.0 2015-02-18 15:16:27 +01:00
include MDEV-8182: Failing assertion: 1 == UT_LIST_GET_LEN(space->chain) 2015-05-20 20:32:10 +03:00
lock MDEV-7249: Performance problem in parallel replication with multi-level slaves 2015-03-13 14:01:52 +01:00
log MDEV-8129: Compilation warnings in log0crypt.cc 2015-05-11 12:22:13 +03:00
mach Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
mem MDEV-6184 10.0.11 merge 2014-05-06 10:21:34 +02:00
mtr Push for testing of encryption 2015-02-10 10:21:17 +01:00
mysql-test/storage_engine Changes in storage_engine test suite: 2014-09-15 20:33:11 +04:00
os Merge 10.0 -> 10.1. 2015-04-17 15:18:44 +02:00
page MDEV-7942: InnoDB: abuse of UNIV_LIKELY()/UNIV_UNLIKELY() 2015-05-11 14:31:42 +03:00
pars MDEV-6929: Port Facebook Prefix Index Queries Optimization 2014-11-03 11:18:52 +02:00
que Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
read xtradb-5.6.19-67.0 2014-08-06 19:57:06 +02:00
rem Merge branch '10.0' into 10.1 2015-03-07 13:21:02 +01:00
row Merge 10.0 -> 10.1 2015-04-20 13:21:58 +02:00
srv MDEV-8143: InnoDB: Database page corruption on disk or a failed file read 2015-05-14 11:32:24 +03:00
sync MDEV-8079: Crash when running MariaDB Debug with InnoDB on Windows 2015-05-01 14:23:08 +03:00
trx Merge 10.0 -> 10.1 2015-04-20 13:21:58 +02:00
usr Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
ut MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
CMakeLists.txt Fix compiler error if compiler does not support c99 style 2015-05-07 18:30:42 +03:00
COPYING.Google Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00
COPYING.Percona Merge XtraDB 8 into MariaDB. 2009-11-13 22:26:08 +01:00
Doxyfile merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
ha_innodb.def Import Percona XtraDB into the MariaDB source tree. 2009-06-09 13:16:11 +02:00