You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pending('Both client and server versions must be MySQL 5.6 or MariaDB 10.2 or later.')
443
444
end
444
445
result=client.query("SELECT attr_value FROM performance_schema.session_account_connect_attrs WHERE processlist_id = connection_id() AND attr_name = 'program_name'")
pending('Both client and server versions must be MySQL 5.6 or MariaDB 10.2 or later.')
452
453
end
453
454
results=Hash[client.query("SELECT * FROM performance_schema.session_account_connect_attrs WHERE processlist_id = connection_id()").map{ |x| x.values_at('ATTR_NAME','ATTR_VALUE')}]
0 commit comments