mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
bug#9892 - ndb index activation
4.1->5.0 merge fix
This commit is contained in:
parent
78d0b4526f
commit
c0248b2186
1 changed files with 1 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ TESTCASE("NFNR2_O",
|
|||
"Test that indexes are correctly maintained during node fail and node restart"){
|
||||
TC_PROPERTY("OrderedIndex", 1);
|
||||
TC_PROPERTY("LoggedIndexes", (unsigned)0);
|
||||
TC_PROPERTY("PauseThreads", 2);
|
||||
TC_PROPERTY("PauseThreads", 1);
|
||||
INITIALIZER(runClearTable);
|
||||
INITIALIZER(createRandomIndex);
|
||||
INITIALIZER(createPkIndex);
|
||||
|
|
Loading…
Reference in a new issue