mariadb/storage/xtradb/dict
Jan Lindström e1978234eb MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available
Analysis: Problem was that in fil_read_first_page we do find that
table has encryption information and that encryption service
or used key_id is not available. But, then we just printed
fatal error message that causes above assertion.

Fix: When we open single table tablespace if it has encryption
information (crypt_data) store this crypt data to the table
structure. When we open a table and we find out that tablespace
is not available, check has table a encryption information
and from there is encryption service or used key_id is not available.
If it is, add additional warning for SQL-layer.
2015-09-04 20:19:33 +03:00
..
dict0boot.cc 5.6.24-72.2 2015-06-16 11:04:40 +02:00
dict0crea.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0dict.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0load.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:33 +03:00
dict0mem.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0stats.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
dict0stats_bg.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00