mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -28,7 +28,7 @@ COMMIT;
|
||||
# inside a transaction
|
||||
#
|
||||
START TRANSACTION;
|
||||
--error ER_CANT_CHANGE_TX_ISOLATION
|
||||
--error ER_CANT_CHANGE_TX_CHARACTERISTICS
|
||||
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
|
||||
COMMIT;
|
||||
|
||||
|
Reference in New Issue
Block a user