I'm trying to add a couple features to the the adapter extensions, but  
I can't seem to get a few of the tests to run.  For instance,  
test_bulk_load throws:

Mysql::Error: The used command is not allowed with this MySQL version:  
LOAD DATA LOCAL INFILE './test/integration/people.txt' INTO TABLE people

According to pretty much whatever I've read, this is caused by local- 
infile being disabled on either the client or server side.  I can run  
the query in the mysql command line client, so it must be something  
fishy with ActiveRecord.  The strange thing is, I can run that same  
query in script/console in my activewarehouse-based project and it  
executes just fine.  I just can't seem to figure out what's different  
about the way ActiveRecord is being used in these tests vs. in a rails  
app...

Any ideas?

Thanks,
Brandon
_______________________________________________
Activewarehouse-discuss mailing list
Activewarehouse-discuss@rubyforge.org
http://rubyforge.org/mailman/listinfo/activewarehouse-discuss

Reply via email to