mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
ndb - testNdbApi -n UpdatesWithoutValues
ndb/test/ndbapi/testNdbApi.cpp: testNdbApi -n UpdatesWithoutValues
This commit is contained in:
parent
7b09b67d77
commit
569310001f
1 changed files with 2 additions and 2 deletions
|
@ -799,13 +799,13 @@ int runUpdateWithoutValues(NDBT_Context* ctx, NDBT_Step* step){
|
|||
|
||||
// Dont' call any setValues
|
||||
|
||||
// Execute should not work
|
||||
// Execute should work
|
||||
int check = pCon->execute(Commit);
|
||||
if (check == 0){
|
||||
ndbout << "execute worked" << endl;
|
||||
result = NDBT_FAILED;
|
||||
} else {
|
||||
ERR(pCon->getNdbError());
|
||||
result = NDBT_FAILED;
|
||||
}
|
||||
|
||||
pNdb->closeTransaction(pCon);
|
||||
|
|
Loading…
Reference in a new issue