mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
NdbScanOperation.cpp:
fix for compile error in gcc.3.4.4 and run error in gcc3.3.2
This commit is contained in:
parent
f715d82a74
commit
6f0f5c1d21
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue