Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 114175

Summary: DBD-mysql-3.0002_p3 borks on LOCK TABLES
Product: Gentoo Linux Reporter: Jayson Larose <jayson>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED TEST-REQUEST    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://groups.google.com.au/group/netscape.public.mozilla.webtools/browse_thread/thread/e711087c33815ac2/d8ed8405d8c058f0?lnk=raot&hl=en
Whiteboard:
Package list:
Runtime testing required: ---

Description Jayson Larose 2005-12-01 11:36:24 UTC
When using $dbh->do on a lock tables statement (example: LOCK TABLES
destinations WRITE, relocated WRITE, users WRITE, virtual WRITE) with
DBD-mysql-3.0002_p3, program dies with this generated error:

DO: Something wrong while try to prepare query This command is not supported in
the prepared statement protocol yet

Reproducible: Always
Steps to Reproduce:
1. Run any perl program that uses LOCK TABLES
2. ???
3. Profit!

Actual Results:  
DO: Something wrong while try to prepare query This command is not supported in
the prepared statement protocol yet

Expected Results:  
Worked.

No additional information, other than the fact that rolling back to
DBD-mysql-3.0002 makes the bug go away.
Comment 1 Francesco R. (RETIRED) gentoo-dev 2005-12-08 13:19:53 UTC
please test 
emerge =dev-perl/DBD-mysql-3.0002_p4