Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^4: MAC OS 10.6 upgrade breaks DBD:mysqlby DaGaMs (Initiate) |
on Sep 16, 2009 at 11:34 UTC ( [id://795572]=note: print w/replies, xml ) | Need Help?? |
I did exactly the same: Install mysql 5.4.1beta 64bit binary from mysql developer website. recompile dbd::mysql.
It SEEMS to work fine, but I am having a load of very very strange issues when selecting from tables with blob/text columns. UPDATE Actually, I figured out why the behaviour is so unpredictable: The bug must have to do with the actual mysql server doing some caching: When I run a query on the table containing the TEXT column in Sequel (a mysql client for Mac), and then run the perl script immediately afterwards, it works. A few hours later, it doesn't work any more. Now how weird is that?!
In Section
Seekers of Perl Wisdom
|
|