~percona-toolkit-dev/percona-toolkit/manual-for-pt-query-digest--type-binlog-is-ambiguous-1377888

« back to all changes in this revision

Viewing changes to t/pt-table-checksum/basics.t

  • Committer: Frank Cizmich
  • Date: 2014-07-29 15:51:01 UTC
  • mfrom: (606.1.12 release-2.2.9)
  • Revision ID: frank.cizmich@percona.com-20140729155101-f5kv4rmeu3s5rzk5
mergedĀ releaseĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
# On fast machines, the chunk size will probably be be auto-adjusted so
78
78
# large that all tables will be done in a single chunk without an index.
79
79
# Since this varies by default, there's no use checking the checksums
80
 
# other than to ensure that there's at one for each table.
 
80
# other than to ensure that there's at least one for each table.
81
81
$row = $master_dbh->selectrow_arrayref("select count(*) from percona.checksums");
82
82
ok(
83
83
   $row->[0] > 30 && $row->[0] < 50,