From 9c7299365f04faf1b3963a2d891c8cb6dda89e4a Mon Sep 17 00:00:00 2001 From: "sachinsetia1001@gmail.com" Date: Mon, 18 Mar 2019 09:37:32 +0530 Subject: [PATCH] Temporary disable ctype_utf8mb4_innodb and myisam test untill MDEV-18953 is fixed --- mysql-test/main/disabled.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/main/disabled.def b/mysql-test/main/disabled.def index c1cfd229a9b..9281c73995c 100644 --- a/mysql-test/main/disabled.def +++ b/mysql-test/main/disabled.def @@ -22,3 +22,5 @@ partition_open_files_limit : open_files_limit check broken by MDEV-18360 mysqlcheck : special tables like proxy , host specific to a system are shown flush_read_lock : special tables like proxy , host specific to a system are shown join_cache : enable after MDEV-17752 is fixed +ctype_utf8mb4_myisam : enable after MDEV-18953 is fixed +ctype_utf8mb4_innodb : enable after MDEV-18953 is fixed