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 dbc02cb commit ba1a246Copy full SHA for ba1a246
spec/mysql2/result_spec.rb
@@ -136,7 +136,7 @@
136
it "should raise an exception if streaming ended due to a timeout" do
137
# Create an extra client instance, since we're going to time it out
138
client = Mysql2::Client.new DatabaseCredentials['root']
139
- client.query "CREATE TEMPORARY TABLE streamingTest (val BINARY(255))"
+ client.query "CREATE TEMPORARY TABLE streamingTest (val BINARY(255)) ENGINE=MEMORY"
140
141
# Insert enough records to force the result set into multiple reads
142
# (the BINARY type is used simply because it forces full width results)
0 commit comments