1
0
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:
jonas@perch.ndb.mysql.com
2006-01-11 11:35:25 +01:00
parent 0f7214d9dc
commit 161645c81e
138 changed files with 9336 additions and 3311 deletions

View File

@ -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;
}