mariadb/storage/xtradb/fts
Jan Lindström bfb6ea0232 MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a table
Analysis: Problem was that when a new tablespace is created a default
encryption info is also created and stored to the tablespace. Later a
new encryption information was created with correct key_id but that
does not affect on IV.

Fix: Push encryption mode and key_id to lower levels and create
correct encryption info when a new tablespace is created.

This fix does not contain test case because, currently incorrect
encryption key causes page corruption and a lot of error messages
to error log causing mtr to fail.
2015-08-14 16:25:18 +03:00
..
fts0ast.cc 5.6.23-72.1 2015-05-04 22:17:04 +02:00
fts0blex.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0blex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0config.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0fts.cc MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a table 2015-08-14 16:25:18 +03:00
fts0opt.cc 5.6.24-72.2 2015-06-16 11:04:40 +02:00
fts0pars.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0pars.y move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0que.cc Merge branch 'merge-xtradb-5.6' into 10.0 2015-06-16 12:46:14 +02:00
fts0sql.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0tlex.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
fts0tlex.l move to storage/xtradb 2015-05-04 19:15:28 +02:00
make_parser.sh move to storage/xtradb 2015-05-04 19:15:28 +02:00
Makefile.query move to storage/xtradb 2015-05-04 19:15:28 +02:00