1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00
Files
2025-01-05 16:40:11 +02:00

11 lines
576 B
Plaintext

--- /data/src/bb-10.2-mdev12528/mysql-test/suite/storage_engine/trx/delete.result
+++ /data/src/bb-10.2-mdev12528/mysql-test/suite/storage_engine/trx/delete.reject
@@ -68,5 +68,7 @@
DELETE FROM t1;
INSERT INTO t1 (a,b) VALUES (1,'a');
ROLLBACK TO SAVEPOINT spt1;
+ERROR HY000: MyRocks currently does not support ROLLBACK TO SAVEPOINT if modifying rows.
COMMIT;
+ERROR HY000: This transaction was rolled back and cannot be committed. Only supported operation is to roll it back, so all pending changes will be discarded. Please restart another transaction.
DROP TABLE t1;