summaryrefslogtreecommitdiff
path: root/bin/build-master-status
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-xbin/build-master-status6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/build-master-status b/bin/build-master-status
index d74ff8a..9be7823 100755
--- a/bin/build-master-status
+++ b/bin/build-master-status
@@ -557,12 +557,12 @@ if ${web}; then
"${line}"
done < \
"${tmp_dir}/todos" | \
- ${mysql_command}
+ mysql_run_query
# insert unfound todos
# shellcheck disable=SC2016
{
printf 'SHOW CREATE TABLE `todos`' | \
- ${mysql_command} --raw --batch | \
+ mysql_run_query --raw --batch | \
sed '
1d
2s/^\S\+\s\+CREATE TABLE `todos` /CREATE TEMPORARY TABLE `td` /
@@ -611,7 +611,7 @@ if ${web}; then
printf 'WHERE `todos`.`id`=`todo_links`.`dependent`'
printf ');\n'
} | \
- ${mysql_command}
+ mysql_run_query
rm -f "${tmp_dir}/todos"
fi