Commit f77811a2 authored by unknown's avatar unknown
Browse files

NdbScanOperation.cpp:

  fix for compile error in gcc.3.4.4
  and run error in gcc3.3.2


ndb/src/ndbapi/NdbScanOperation.cpp:
  fix for compile error in gcc.3.4.4
  and run error in gcc3.3.2
parent 809d52d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;