Skip to content

Commit 85d146d

Browse files
author
Mikael Ronström
committed
BUG#30216204 Fix ndb_transaction_max_size test case
Reviewed-by: Mauritz Sundell <[email protected]>
1 parent 68131c8 commit 85d146d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/ndb/r/ndb_transaction_max_size.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ start transaction;
2424
insert into t values (1000, 1000);
2525
insert into t select 1000+x, 1000+y from t;
2626
Warnings:
27-
Warning 1296 Got error 261 'DML count in transaction exceeds config parameter MaxDMLOperationsPerTransaction' from NDB
27+
Warning 1296 Got error 261 'DML count in transaction exceeds config parameter MaxDMLOperationsPerTransaction/MaxNoOfConcurrentOp' from NDB
2828
commit;
2929
ERROR HY000: Got error 4350 'Transaction already aborted' from NDBCLUSTER
3030
drop table t;

0 commit comments

Comments
 (0)