mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Updated changelog and tests
This commit is contained in:
@@ -102,6 +102,7 @@ my $cxn = make_cxn(
|
||||
dsn_string => 'h=127.1,P=12345,u=msandbox,p=msandbox',
|
||||
set => sub {
|
||||
my ($dbh) = @_;
|
||||
warn "---------------";
|
||||
$set_calls++;
|
||||
$dbh->do("SET \@a := \@a + 1");
|
||||
},
|
||||
|
Reference in New Issue
Block a user