mariadb/storage
Jan Lindström 7e916bb86f 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:45 +03:00
..
archive - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Fixed failing tests and compiler warnings 2015-08-18 11:18:58 +03:00
connect MDEV-6066: Merge new defaults from 5.6 and 5.7 2015-09-04 10:33:56 +02:00
csv - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 2015-07-06 20:24:14 +03:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
federatedx cleanup: use enum_binlog_checksum_alg, not uint8 2015-09-04 10:33:52 +02:00
heap Remove some allocations not needed for internal temporary tables. 2015-02-01 14:19:39 +02:00
innobase 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:45 +03:00
maria New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
mroonga cmake: don't repeat yourself 2015-09-04 10:32:02 +02:00
myisam MDEV-8676 Some storage_engine tests fail on 10.1 2015-08-26 02:09:57 +03:00
myisammrg MDEV-6152: Remove calls to current_thd while creating Item 2015-09-01 18:42:02 +03:00
oqgraph cmake: don't repeat yourself 2015-09-04 10:32:02 +02:00
perfschema MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset) 2015-09-04 10:33:55 +02:00
sequence MDEV-6894 Enable SEQUENCE engine by default 2014-12-04 10:41:52 +01:00
sphinx Stage 2 of MDEV-6152: 2015-08-21 10:40:51 +04:00
spider cmake: always use the same function to test for compiler flags 2015-09-04 10:32:02 +02:00
test_sql_discovery MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
tokudb cmake: always use the same function to test for compiler flags 2015-09-04 10:32:02 +02:00
xtradb 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:45 +03:00