We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf630b9 commit 9a178b6Copy full SHA for 9a178b6
t/56connattr.t
@@ -26,8 +26,9 @@ if ($pfenabled[1] ne 'ON') {
26
}
27
28
if (not eval { $dbh->do("select * from performance_schema.session_connect_attrs where processlist_id=connection_id()") }) {
29
+ my $err = $dbh->errstr || 'no permission on performance_schema tables';
30
$dbh->disconnect();
- plan skip_all => "no permission on performance_schema tables";
31
+ plan skip_all => $err;
32
33
34
0 commit comments