From eae10a87ff60d1b419f103533d739caa8c5e467c Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 29 Oct 2020 08:29:03 +0100 Subject: [PATCH] Move result files at the correct place. --- mysql-test/{t => r}/aria_icp_debug.result | 0 mysql-test/{t => r}/innodb_icp_debug.result | 0 mysql-test/{t => r}/myisam_icp_debug.result | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename mysql-test/{t => r}/aria_icp_debug.result (100%) rename mysql-test/{t => r}/innodb_icp_debug.result (100%) rename mysql-test/{t => r}/myisam_icp_debug.result (100%) diff --git a/mysql-test/t/aria_icp_debug.result b/mysql-test/r/aria_icp_debug.result similarity index 100% rename from mysql-test/t/aria_icp_debug.result rename to mysql-test/r/aria_icp_debug.result diff --git a/mysql-test/t/innodb_icp_debug.result b/mysql-test/r/innodb_icp_debug.result similarity index 100% rename from mysql-test/t/innodb_icp_debug.result rename to mysql-test/r/innodb_icp_debug.result diff --git a/mysql-test/t/myisam_icp_debug.result b/mysql-test/r/myisam_icp_debug.result similarity index 100% rename from mysql-test/t/myisam_icp_debug.result rename to mysql-test/r/myisam_icp_debug.result