~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to lib/bash/report_mysql_info.sh

  • Committer: Daniel Nichter
  • Date: 2013-03-11 16:51:30 UTC
  • mfrom: (551 2.2)
  • mto: This revision was merged to the branch mainline in revision 552.
  • Revision ID: daniel@percona.com-20130311165130-limzlpx1hj5c8nwz
Merge 2.2 r551.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1489
1489
   # ########################################################################
1490
1490
   section "Configuration File"
1491
1491
   local cnf_file="$(get_var "pt-summary-internal-Config_File_path" "$dir/mysql-variables")"
 
1492
 
1492
1493
   if [ -n "${cnf_file}" ]; then
1493
1494
      name_val "Config File" "${cnf_file}"
1494
1495
      pretty_print_cnf_file "$dir/mysql-config-file"