mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
ndb - wl#2972 event merge false by default => change option name
storage/ndb/include/ndbapi/NdbEventOperation.hpp: event merge false by default => change option name storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp: event merge false by default => change option name storage/ndb/src/ndbapi/NdbEventOperation.cpp: event merge false by default => change option name storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: event merge false by default => change option name storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp: event merge false by default => change option name storage/ndb/test/ndbapi/test_event.cpp: event merge false by default => change option name storage/ndb/test/ndbapi/test_event_merge.cpp: event merge false by default => change option name
This commit is contained in:
@@ -169,7 +169,6 @@ eventOperation(Ndb* pNdb, const NdbDictionary::Table &tab, void* pstats, int rec
|
||||
g_err << function << "Event operation creation failed\n";
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
pOp->separateEvents(true);
|
||||
|
||||
g_info << function << "get values\n";
|
||||
NdbRecAttr* recAttr[1024];
|
||||
@@ -381,7 +380,6 @@ int runCreateDropEventOperation(NDBT_Context* ctx, NDBT_Step* step)
|
||||
g_err << "Event operation creation failed\n";
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
pOp->separateEvents(true);
|
||||
|
||||
g_info << "dropping event operation" << endl;
|
||||
int res = pNdb->dropEventOperation(pOp);
|
||||
@@ -552,7 +550,6 @@ int runEventApplier(NDBT_Context* ctx, NDBT_Step* step)
|
||||
g_err << "Event operation creation failed on %s" << buf << endl;
|
||||
DBUG_RETURN(NDBT_FAILED);
|
||||
}
|
||||
pOp->separateEvents(true);
|
||||
|
||||
int i;
|
||||
int n_columns= table->getNoOfColumns();
|
||||
@@ -1198,7 +1195,6 @@ static int createEventOperations(Ndb * ndb)
|
||||
{
|
||||
DBUG_RETURN(NDBT_FAILED);
|
||||
}
|
||||
pOp->separateEvents(true);
|
||||
|
||||
int n_columns= pTabs[i]->getNoOfColumns();
|
||||
for (int j = 0; j < n_columns; j++)
|
||||
|
||||
Reference in New Issue
Block a user