NdbScanOperation.cpp:

fix for compile error in gcc.3.4.4
  and run error in gcc3.3.2
This commit is contained in:
tomas@poseidon.ndb.mysql.com 2004-10-06 13:28:59 +00:00
parent f715d82a74
commit 6f0f5c1d21

View file

@ -1561,7 +1561,7 @@ NdbIndexScanOperation::reset_bounds(){
theTupKeyLen = 0;
theTotalNrOfKeyWordInSignal = 0;
m_transConnection
->remove_list((NdbOperation*)m_transConnection->m_firstExecutedScanOp,
->remove_list((NdbOperation*&)m_transConnection->m_firstExecutedScanOp,
this);
m_transConnection->define_scan_op(this);
return 0;