← Back to team overview

maria-discuss team mailing list archive

Re: transactions and UNLOCK TABLES

 

this don't work too:
LOCK TABLE t WRITE;
BEGIN;
SELECT @@in_transaction; (return 1)
UNLOCK TABLES;
SELECT @@in_transaction; (return 1)
​

maybe a wrong documentation 'bug'

Follow ups

References