From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- mysql-test/include/have_crypt.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mysql-test/include/have_crypt.inc (limited to 'mysql-test/include/have_crypt.inc') diff --git a/mysql-test/include/have_crypt.inc b/mysql-test/include/have_crypt.inc new file mode 100644 index 00000000..ae941219 --- /dev/null +++ b/mysql-test/include/have_crypt.inc @@ -0,0 +1,7 @@ +# MDEV-27964 The function ENCRYPT() causes SIGSEGV in WITH_MSAN builds +-- source include/not_msan.inc +# encrypt('a') is NULL if crypt(3) is not available +# encrypt('a') is "*0" in fips mode +if (`select length(encrypt('a')) > 3 IS NOT TRUE`) { + skip No crypt(3); +} -- cgit v1.2.3