~percona-toolkit-dev/percona-toolkit/pt-table-sync-binlog-format-only-if-not-statement

« back to all changes in this revision

Viewing changes to lib/bash/collect_mysql_info.sh

MergeĀ lp:~percona-toolkit-dev/percona-toolkit/fix-945079-tmpdir-should-use-TEMP

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
# Somewhat different from the others, this one joins the status we got earlier
127
127
collect_mysql_deferred_status () {
128
128
   local status_file="$1"
129
 
   collect_mysql_status > "$TMPDIR/defer_gatherer"
130
 
   join "$status_file" "$TMPDIR/defer_gatherer"
 
129
   collect_mysql_status > "$PT_TMPDIR/defer_gatherer"
 
130
   join "$status_file" "$PT_TMPDIR/defer_gatherer"
131
131
}
132
132
 
133
133
collect_internal_vars () {