summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/mysql-functions2
1 files changed, 2 insertions, 0 deletions
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
{