@@ -137,7 +137,6 @@ NdbEventOperationImpl::init(NdbEventImpl& evnt)
137
137
m_next = 0 ;
138
138
m_prev = 0 ;
139
139
140
- m_eventId = 0 ;
141
140
theFirstPkAttrs[0 ] = NULL ;
142
141
theCurrentPkAttrs[0 ] = NULL ;
143
142
theFirstPkAttrs[1 ] = NULL ;
@@ -163,8 +162,6 @@ NdbEventOperationImpl::init(NdbEventImpl& evnt)
163
162
164
163
m_eventImpl = &evnt;
165
164
166
- m_eventId = m_eventImpl->m_eventId ;
167
-
168
165
m_oid= m_ndb->theImpl ->mapRecipient (this );
169
166
170
167
m_state= EO_CREATED;
@@ -1188,7 +1185,7 @@ void
1188
1185
NdbEventOperationImpl::print ()
1189
1186
{
1190
1187
int i;
1191
- ndbout << " EventId " << m_eventId << " \n " ;
1188
+ ndbout << " EventId " << m_eventImpl-> m_eventId << " \n " ;
1192
1189
1193
1190
for (i = 0 ; i < 2 ; i++) {
1194
1191
NdbRecAttr *p = theFirstPkAttrs[i];
@@ -3282,7 +3279,7 @@ NdbEventBuffer::insertDataL(NdbEventOperationImpl *op,
3282
3279
Gci_container* bucket= find_bucket (gci);
3283
3280
3284
3281
DBUG_PRINT_EVENT (" info" , (" data insertion in eventId %d 0x%x %s" ,
3285
- op->m_eventId , m_ndb->getReference (),
3282
+ op->m_eventImpl -> m_eventId , m_ndb->getReference (),
3286
3283
m_ndb->getNdbObjectName ()));
3287
3284
DBUG_PRINT_EVENT (" info" , (" gci=%d tab=%d op=%d node=%d" ,
3288
3285
sdata->gci , sdata->tableId ,
@@ -3405,7 +3402,7 @@ NdbEventBuffer::insertDataL(NdbEventOperationImpl *op,
3405
3402
if ((Uint32)op->m_eventImpl ->mi_type & (1U << operation))
3406
3403
{
3407
3404
DBUG_PRINT_EVENT (" info" ,(" Data arrived before ready eventId %d 0x%x %s" ,
3408
- op->m_eventId , m_ndb->getReference (),
3405
+ op->m_eventImpl -> m_eventId , m_ndb->getReference (),
3409
3406
m_ndb->getNdbObjectName ()));
3410
3407
DBUG_RETURN_EVENT (0 );
3411
3408
}
0 commit comments