Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114175 - DBD-mysql-3.0002_p3 borks on LOCK TABLES
Summary: DBD-mysql-3.0002_p3 borks on LOCK TABLES
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Perl team
URL: http://groups.google.com.au/group/net...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 11:36 UTC by Jayson Larose
Modified: 2005-12-08 13:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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