update some tests
This commit is contained in:
parent
9471ee3629
commit
f44f9c6d13
@ -8,4 +8,6 @@ Merge in lourens' branch -- I like the double check for not using send_query twi
|
|||||||
|
|
||||||
look into http://coderrr.wordpress.com/2009/01/11/ruby-and-mysqlplus-select-deadlock/
|
look into http://coderrr.wordpress.com/2009/01/11/ruby-and-mysqlplus-select-deadlock/
|
||||||
|
|
||||||
|
Some of the test/* anticipate a certain database existing--todo create it first, then drop it [?]
|
||||||
|
|
||||||
critical todo list:
|
critical todo list:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# from .82s to .62s
|
# from .82s to .62s
|
||||||
# you can experiment with it by changing the query here to be a long one, and toggling the do_the_use_query_optimization variable
|
# you can experiment with it by changing the query here to be a long one, and toggling the do_the_use_query_optimization variable
|
||||||
# this also has the interesting property of 'freeing' Ruby to do thread changes mid-query.
|
# this also has the interesting property of 'freeing' Ruby to do thread changes mid-query.
|
||||||
|
require 'rubygems'
|
||||||
require 'mysqlplus'
|
require 'mysqlplus'
|
||||||
|
|
||||||
do_the_use_query_optimization = true
|
do_the_use_query_optimization = true
|
||||||
|
Loading…
Reference in New Issue
Block a user