summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-07 18:54:11 +0100
committerSergei Golubchik <serg@mariadb.org>2018-02-08 22:54:37 +0100
commit60dfe12be3adaa03a8d409ca2da58e78e6d0c972 (patch)
treedeb24a73dc6fd63465268799a8d9da77cdff5deb /mysql-test
parent47d1679ac69e96b201622bc0f5b3e5526ba571f2 (diff)
downloadmariadb-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.combinations5
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