We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68131c8 commit 85d146dCopy full SHA for 85d146d
mysql-test/suite/ndb/r/ndb_transaction_max_size.result
@@ -24,7 +24,7 @@ start transaction;
24
insert into t values (1000, 1000);
25
insert into t select 1000+x, 1000+y from t;
26
Warnings:
27
-Warning 1296 Got error 261 'DML count in transaction exceeds config parameter MaxDMLOperationsPerTransaction' from NDB
+Warning 1296 Got error 261 'DML count in transaction exceeds config parameter MaxDMLOperationsPerTransaction/MaxNoOfConcurrentOp' from NDB
28
commit;
29
ERROR HY000: Got error 4350 'Transaction already aborted' from NDBCLUSTER
30
drop table t;
0 commit comments