User tests: Successful: Unsuccessful:
Currently method JDatabaseDriver::lockTable() can not lock more than one table in one call.
To lock more tables we have to call the method more times but for mysql server there is an exception:
LOCK TABLES implicitly releases any table locks held by the current session before acquiring new locks.
https://dev.mysql.com/doc/refman/5.5/en/lock-tables.html
which means that for the mysql database we can not have 2 locked tables using this method.
This PR solves that.
Code review.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries Postgresql MS SQL |
| Title |
|
||||||
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-07 12:19:10 |
| Closed_By | ⇒ | csthomas | |
| Labels |
Added:
?
|
||
Temporary I close it.