From b39e6e3d093b45f792959ef06fea1c175263ae1a Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Tue, 7 Aug 2012 07:25:15 +0300 Subject: 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 --- mysql-test/t/commit.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/commit.test') diff --git a/mysql-test/t/commit.test b/mysql-test/t/commit.test index 261867bd5cc..6ed784df3c2 100644 --- a/mysql-test/t/commit.test +++ b/mysql-test/t/commit.test @@ -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; -- cgit v1.2.1