diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-07 18:54:11 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-08 22:54:37 +0100 |
commit | 60dfe12be3adaa03a8d409ca2da58e78e6d0c972 (patch) | |
tree | deb24a73dc6fd63465268799a8d9da77cdff5deb /mysql-test | |
parent | 47d1679ac69e96b201622bc0f5b3e5526ba571f2 (diff) | |
download | mariadb-git-60dfe12be3adaa03a8d409ca2da58e78e6d0c972.tar.gz |
MDEV-14868 MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_files=ON
Fix reinit_io_cache(WRITE_CACHE) with non-zero seek_offset.
Run encryption.tempfiles with and without binlog checksums.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/encryption/t/tempfiles.combinations | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/suite/encryption/t/tempfiles.combinations b/mysql-test/suite/encryption/t/tempfiles.combinations new file mode 100644 index 00000000000..7010d2c100d --- /dev/null +++ b/mysql-test/suite/encryption/t/tempfiles.combinations @@ -0,0 +1,5 @@ +[none] +binlog-checksum=NONE + +[crc32] +binlog-checksum=CRC32 |