Patches item #413645, was updated on 2001-04-03 23:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=413645&group_id=4421
Category: MAIN branch
Group: None
Status: Open
Priority: 5
Submitted By: Alessio Bragadini (alessio)
Assigned to: Nobody/Anonymous (nobody)
Summary: Adding a wrapper around LOCK TABLES
Initial Comment:
While MySql needs LOCK TABLE at times, other DB engines
(i.e. PostgreSQL and Oracle) don't. It would be better
to have two wrapper subroutines, doLock and doUnlock,
that map to the real SQL operations. In the case of
other DBs, they could be a no-op.
Please note that my implementation of doLock on MySql
may be flawed since I am no expert of that DB.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=413645&group_id=4421
|