File mysql-workbench-mysql-version.patch of Package mysql-workbench
diff -Pdpru mysql-workbench-community-6.3.6-src.orig/CMakeLists.txt mysql-workbench-community-6.3.6-src/CMakeLists.txt
--- mysql-workbench-community-6.3.6-src.orig/CMakeLists.txt 2015-12-10 14:46:20.000000000 +0100
+++ mysql-workbench-community-6.3.6-src/CMakeLists.txt 2015-12-19 17:10:20.222680326 +0100
@@ -101,7 +101,7 @@ find_python_module(paramiko 1.15.1 QUIET
if(NOT PY_PARAMIKO)
message(WARNING "Paramiko wasn't found, you can still build Workbench, but may not work properly.")
endif()
-find_package(MySQL 5.6.0 REQUIRED)
+find_package(MySQL REQUIRED)
if (UNIX)
set(MYSQL_DEFINITIONS "-DBIG_JOINS=1" "-fno-strict-aliasing")
endif()