From 7fd0e60d4d8c468bacc39b78454d49db2be41ab9 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 1 Feb 2020 13:36:51 -0800 Subject: [PATCH] mysql: remove bad exes (fixes #729) (#770) --- bucket/mysql.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/mysql.json b/bucket/mysql.json index 3243a326f4..9ecccbde67 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -11,6 +11,7 @@ } }, "bin": [ + "bin/comp_err.exe", "bin/ibd2sdi.exe", "bin/innochecksum.exe", "bin/lz4_decompress.exe", @@ -26,8 +27,6 @@ "bin/mysqldump.exe", "bin/mysqlimport.exe", "bin/mysqlpump.exe", - "bin/mysqlrouter.exe", - "bin/mysqlrouter_plugin_info.exe", "bin/mysqlshow.exe", "bin/mysqlslap.exe", "bin/mysql_config_editor.exe",