diff options
Diffstat (limited to 'mysql-test/t/commit.test')
-rw-r--r-- | mysql-test/t/commit.test | 2 |
1 files changed, 1 insertions, 1 deletions
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; |