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:
@ -359,6 +359,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