mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Added support of thd->tx_read_only
Moved timestamp handling from all handler::write() methods in the storage engines to handler::ha_write sql/handler.cc: Added PSI_CALL's
This commit is contained in:
@ -12,7 +12,7 @@ INSERT INTO t1 VALUES (1),(2);
|
||||
COMMIT;
|
||||
START TRANSACTION;
|
||||
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
|
||||
ERROR 25001: Transaction isolation level can't be changed while a transaction is in progress
|
||||
ERROR 25001: Transaction characteristics can't be changed while a transaction is in progress
|
||||
COMMIT;
|
||||
SET @@autocommit=0;
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user