From 14e01bd86813b692cc69f38879f3ac3105ea9cf3 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 2 Jan 2018 02:03:12 +0200 Subject: Fixed simple failures: - openssl_1 errors where system dependent - Used not portable UINT32_MAX instead of UINT_MAX32 --- mysql-test/t/openssl_1.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/openssl_1.test') diff --git a/mysql-test/t/openssl_1.test b/mysql-test/t/openssl_1.test index 55f60880fbc..a3db700f787 100644 --- a/mysql-test/t/openssl_1.test +++ b/mysql-test/t/openssl_1.test @@ -260,6 +260,7 @@ set global sql_mode=default; # MDEV-9605 mysqlbinlog does not accept ssl-ca option as expected. # +--replace_regex /SSL connection error:.*/SSL connection error/ --error 1 --exec $MYSQL_BINLOG --read-from-remote-server --ssl-ca --user=root --host=localhost nobinlog.111111 2>&1 -- cgit v1.2.1