jakehow (owner)

Revisions

gist: 30604 Download_button fork
public
Public Clone URL: git://gist.github.com/30604.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
>> cx.class
=> Mysql
>> my.class
=> Mysql
>> my.query(sql)
=> #<Mysql::Result:0x2adfbf80ea48>
>> cx.query(sql)
Mysql::Error: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
from (irb):41:in `query'
from (irb):41