mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
wl2723 - ndb opt. nr
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#include "NDBT_ReturnCodes.h"
|
||||
#include "HugoTransactions.hpp"
|
||||
#include "UtilTransactions.hpp"
|
||||
#include <NdbRestarter.hpp>
|
||||
|
||||
struct OperationTestCase {
|
||||
const char * name;
|
||||
@ -234,6 +235,11 @@ runClearTable(NDBT_Context* ctx, NDBT_Step* step){
|
||||
if (utilTrans.clearTable2(GETNDB(step), records, 240) != 0){
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
|
||||
NdbRestarter r;
|
||||
int lcp = 7099;
|
||||
r.dumpStateAllNodes(&lcp, 1);
|
||||
|
||||
return NDBT_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user