From 803677d567a769f33d3e4f96d7310f7f12eb3f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 3 Dec 2021 20:04:50 +0200 Subject: Disable some failing tests (FIXME) FIXME: Correct the log_sys.get_sequence_bit() calculation. Possibly, introduce a "start LSN" field in the log file header (corresponding to a record that starts right after the 2 checkpoint blocks) and calculate the sequence bit based on the file size and the number of bytes written since then. --- mysql-test/suite/encryption/disabled.def | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/suite/encryption/disabled.def (limited to 'mysql-test/suite/encryption/disabled.def') diff --git a/mysql-test/suite/encryption/disabled.def b/mysql-test/suite/encryption/disabled.def new file mode 100644 index 00000000000..e3a4ab31482 --- /dev/null +++ b/mysql-test/suite/encryption/disabled.def @@ -0,0 +1 @@ +innodb_encrypt_log_corruption : MDEV-14425 TODO -- cgit v1.2.1