~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/report_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:
476
476
 
477
477
find_transation_states () {
478
478
   local file="$1"
479
 
   local tmpfile="$TMPDIR/find_transation_states.tmp"
 
479
   local tmpfile="$PT_TMPDIR/find_transation_states.tmp"
480
480
 
481
481
   [ -e "$file" ] || return
482
482
 
531
531
# then there should be multiple databases.
532
532
format_overall_db_stats () {
533
533
   local file="$1"
534
 
   local tmpfile="$TMPDIR/format_overall_db_stats.tmp"
 
534
   local tmpfile="$PT_TMPDIR/format_overall_db_stats.tmp"
535
535
 
536
536
   [ -e "$file" ] || return
537
537