From c32924e6f226f1e961b0cf3576c04c639e1637bb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 4 Sep 2018 15:16:01 +0200 Subject: mysql_join_dependencies_install_target_providers_with_versions() and mysql_join_install_target_providers_dependencies_with_versions() new - do not ignore the stored versions! --- bin/build-master-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 369b792..5786fb8 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -232,7 +232,7 @@ if [ ! -s "${work_dir}/build-master-sanity" ]; then printf 'SELECT 1 FROM `dependencies`' mysql_join_dependencies_dependency_types printf ' AND `dependency_types`.`relevant_for_building`' - mysql_join_dependencies_install_target_providers + mysql_join_dependencies_install_target_providers_with_versions mysql_join_install_target_providers_binary_packages '' 'prov_bp' mysql_join_binary_packages_binary_packages_in_repositories 'prov_bp' 'prov_bpir' printf ' WHERE `prov_bpir`.`repository`=%s' \ -- cgit v1.2.3