diff options
-rwxr-xr-x | conf/default.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/conf/default.conf b/conf/default.conf index ff87f53..c06b16e 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -157,13 +157,13 @@ if [ "${master_build_server_identity}" = "${work_dir}/.ssh/id_rsa" ] && \ ssh-keygen -b4096 -f "${master_build_server_identity}" fi -mysql_files_table_partitions=$( - # shellcheck disable=SC2016 - printf 'SHOW CREATE TABLE `files`;\n' | \ - mysql_run_query | \ - sed -n ' - s/^.*PARTITIONS \([0-9]\+\) .*$/\1/ - T - p - ' -) +#mysql_files_table_partitions=$( +# # shellcheck disable=SC2016 +# printf 'SHOW CREATE TABLE `files`;\n' | \ +# mysql_run_query | \ +# sed -n ' +# s/^.*PARTITIONS \([0-9]\+\) .*$/\1/ +# T +# p +# ' +#) |