~percona-toolkit-dev/percona-toolkit/remove-pt-agent

« back to all changes in this revision

Viewing changes to t/pt-online-schema-change/basics.t

  • Committer: Daniel Nichter
  • Date: 2013-12-20 03:53:35 UTC
  • mfrom: (591.2.27 release-2.2.6)
  • Revision ID: daniel@percona.com-20131220035335-s3dx3re3eneh4462
Merge release-2.2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
use Time::HiRes qw(sleep);
14
14
 
15
15
$ENV{PTTEST_FAKE_TS} = 1;
 
16
$ENV{PERCONA_TOOLKIT_TEST_USE_DSN_NAMES} = 1;
16
17
 
17
18
use PerconaTest;
18
19
use Sandbox;
704
705
   no_diff(
705
706
      sub { pt_online_schema_change::main(@args, "$dsn,D=bug_1045317,t=bits",
706
707
         '--execute', '--statistics',
707
 
         '--alter', "modify column val ENUM('M','E','H') NOT NULL")
 
708
         '--alter', "modify column val ENUM('M','E','H') NOT NULL",
 
709
         '--recursion-method', 'none')
708
710
      },
709
711
      ($sandbox_version ge '5.5' && $db_flavor !~ m/XtraDB Cluster/
710
712
         ? "$sample/stats-execute-5.5.txt"