![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Danger! Danger!by perrin (Chancellor) |
on Oct 10, 2001 at 21:47 UTC ( #118115=note: print w/replies, xml ) | Need Help?? |
If you use fetchrow_* with DBD::mysql, it will actually fetch EVERY row into the client's local memory! I know it sounds strange, but that's the way it works by default for that particular DBD driver. If you want to change this behavior, you need to look at the mysql_store_result option. See this thread on the mod_perl list for more.
In Section
Seekers of Perl Wisdom
|
|