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 later.')
440
440
end
441
441
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 later.')
449
449
end
450
450
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')}]
@@ -802,16 +802,16 @@ def run_gc
802
802
}.not_toraise_error
803
803
end
804
804
805
-
it"should carry over the original string's encoding"do
806
-
str="abc'def\"ghi\0jkl%mno"
807
-
escaped=Mysql2::Client.escape(str)
808
-
expect(escaped.encoding).toeql(str.encoding)
805
+
it"should carry over the original string's encoding"do
0 commit comments