mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/jonas/src/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb-jonas
This commit is contained in:
@ -57,8 +57,8 @@ int runTimeoutTrans(NDBT_Context* ctx, NDBT_Step* step){
|
||||
int stepNo = step->getStepNo();
|
||||
Uint32 timeoutVal;
|
||||
if (!conf.getProperty(nodeId,
|
||||
"DB",
|
||||
"TransactionInactiveTimeout",
|
||||
NODE_TYPE_DB,
|
||||
CFG_DB_TRANSACTION_INACTIVE_TIMEOUT,
|
||||
&timeoutVal)){
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
@ -103,8 +103,8 @@ int runDontTimeoutTrans(NDBT_Context* ctx, NDBT_Step* step){
|
||||
int stepNo = step->getStepNo();
|
||||
Uint32 timeoutVal;
|
||||
if (!conf.getProperty(nodeId,
|
||||
"DB",
|
||||
"TransactionInactiveTimeout",
|
||||
NODE_TYPE_DB,
|
||||
CFG_DB_TRANSACTION_INACTIVE_TIMEOUT,
|
||||
&timeoutVal)){
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
@ -151,8 +151,8 @@ int runBuddyTransNoTimeout(NDBT_Context* ctx, NDBT_Step* step){
|
||||
int stepNo = step->getStepNo();
|
||||
Uint32 timeoutVal;
|
||||
if (!conf.getProperty(nodeId,
|
||||
"DB",
|
||||
"TransactionInactiveTimeout",
|
||||
NODE_TYPE_DB,
|
||||
CFG_DB_TRANSACTION_INACTIVE_TIMEOUT,
|
||||
&timeoutVal)){
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
|
Reference in New Issue
Block a user