Skip to content

Commit 073357d

Browse files
author
Priyanka Sangam
committed
Bug #25960230 899 ROWID ALREADY ALLOCATED ERROR UNDER HEAVY LOAD
Fix ndb_err899 mtr failure.
1 parent 48b04f2 commit 073357d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/ndb/t/ndb_err899.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
--source include/have_ndb.inc
2+
--source have_ndb_error_insert.inc
23

34
CREATE TABLE test.t1 (a int primary key, b int) engine=ndb;
45
INSERT INTO test.t1 values (101,101), (102,102);

0 commit comments

Comments
 (0)