From f1bf6de03ad68e75dd2602a1744cc30a4a23b6f5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 8 Mar 2018 08:47:57 +0100 Subject: lib/mysql-functions: add comment --- lib/mysql-functions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/mysql-functions b/lib/mysql-functions index 26d3db8..97fc2f4 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -26,6 +26,8 @@ base64_encode_each() { # wrapper function to query mysql mysql_run_query() { if [ -s "${work_dir}/build-master-sanity" ]; then + # If the build master is insane, the calling command should only check + # if the build master is still insane - we do not want to log that. ${mysql_command} -N --raw --batch "$@" else { -- cgit v1.2.3