diff --git a/utils/helpers.sh b/utils/helpers.sh
index b1f6d19c2270f8b3207a88f36151f6633318cfc5..5762301669c5cdd43a2faab0a31e7ffb48915cc4 100644
--- a/utils/helpers.sh
+++ b/utils/helpers.sh
@@ -20,8 +20,9 @@
 
 
 function mysql_execute {
-	#TODO is it meaningful that here always the database user is used???
-	set +e
+	  #TODO is it meaningful that here always the database user is used???
+	  set +e
+    env
 	$MYSQL_CMD $(get_db_args) -e "$1"
 	ret=${PIPESTATUS[0]}
 	if [ "$ret" -ne 0 ]; then