diff options
author | Erich Eckner <git@eckner.net> | 2018-03-07 16:30:10 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-07 16:30:10 +0100 |
commit | a13bfbacf27d09f7c8ea6b4b559b0980ee8957b9 (patch) | |
tree | d541a117c6cf4b18cd363b54702abde1d679e136 /bin/build-master-status | |
parent | 98c468dee44e09a27c89019c3d8c584efe0bf1c0 (diff) | |
download | builder-a13bfbacf27d09f7c8ea6b4b559b0980ee8957b9.tar.xz |
make -N --raw --batch the default arguments to mysql, explicitely override them if required
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index deb58da..006750b 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -562,7 +562,7 @@ if ${web}; then # shellcheck disable=SC2016 { printf 'SHOW CREATE TABLE `todos`' | \ - mysql_run_query -N --raw --batch | \ + mysql_run_query | \ sed ' 1s/^\S\+\s\+CREATE TABLE `todos` /CREATE TEMPORARY TABLE `td` / ' |