distro: suse 10.1 (64-bit)
MySQL server/shared/client: 5.1.11-0 (rpm)
PERL: 5.8.8
DBI: 1.5.2
DBD: 3.0008
I am trying to do some benchmarks w/ & w/o prepared statements but if I
enable mysql_server_prepare=1 I get a segfault when I try to execute a query
- the prepare seems to work or at least it doesn't cough up the hairball
untill I try to execute. set mysql_server_prepare=0 and everything runs no
problem...
didn't see anything relevant in the archives so has anyone seen this
behavior and/or have any idea(s)?