mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
ndb compile warnings
ndb/test/include/NDBT_Test.hpp: compile warnings ndb/test/ndbapi/bank/BankLoad.cpp: compile warnings ndb/test/ndbapi/testOIBasic.cpp: compile warnings ndb/test/src/HugoCalculator.cpp: compile warnings ndb/test/src/NDBT_Test.cpp: compile warnings ndb/test/src/NdbBackup.cpp: compile warnings ndb/test/src/NdbRestarts.cpp: compile warnings
This commit is contained in:
@@ -321,7 +321,7 @@ int Bank::loadGl(){
|
||||
|
||||
m_ndb.closeTransaction(pTrans);
|
||||
return NDBT_OK;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
int Bank::getBalanceForAccountType(const Uint32 accountType,
|
||||
@@ -459,7 +459,7 @@ int Bank::loadAccountType(){
|
||||
|
||||
m_ndb.closeTransaction(pTrans);
|
||||
return NDBT_OK;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Load ACCOUNT table
|
||||
|
Reference in New Issue
Block a user