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.
2 parents 2b0a831 + 87074a0 commit 217ac2eCopy full SHA for 217ac2e
spec/mysql2/client_spec.rb
@@ -1091,8 +1091,8 @@ def run_gc
1091
end
1092
1093
it "returns valid transaction state inside a transaction" do
1094
- @client.query("SET @@SESSION.session_track_transaction_info='CHARACTERISTICS';")
1095
- @client.query("START TRANSACTION;")
+ @client.query("SET @@SESSION.session_track_transaction_info='CHARACTERISTICS'")
+ @client.query("START TRANSACTION")
1096
1097
res = @client.session_track(Mysql2::Client::SESSION_TRACK_TRANSACTION_STATE)
1098
expect(res).to eq(["T_______"])
0 commit comments