~percona-toolkit-dev/percona-toolkit/fix-sync-index-bug-1003014

« back to all changes in this revision

Viewing changes to bin/pt-mysql-summary

Merge fix-mktemp-bug-986151.

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
   else
446
446
      local tool="${0##*/}"
447
447
      local pid="$$"
448
 
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXX` \
 
448
      TMPDIR=`mktemp -d /tmp/${tool}.${pid}.XXXXXX` \
449
449
         || die "Cannot make secure tmpdir"
450
450
   fi
451
451
}