From: <di...@us...> - 2013-07-02 11:27:03
|
Revision: 58284 http://sourceforge.net/p/firebird/code/58284 Author: dimitr Date: 2013-07-02 11:27:02 +0000 (Tue, 02 Jul 2013) Log Message: ----------- Misc. Modified Paths: -------------- firebird/trunk/src/jrd/vio.cpp Modified: firebird/trunk/src/jrd/vio.cpp =================================================================== --- firebird/trunk/src/jrd/vio.cpp 2013-07-01 01:03:46 UTC (rev 58283) +++ firebird/trunk/src/jrd/vio.cpp 2013-07-02 11:27:02 UTC (rev 58284) @@ -2815,9 +2815,7 @@ } if (!(rpb->rpb_stream_flags & RPB_s_undo_data)) - { - VIO_data(tdbb, rpb, tdbb->getRequest()->req_pool); - } + VIO_data(tdbb, rpb, tdbb->getDefaultPool()); // If record is present, and the transaction is read committed, // make sure the record has not been updated. Also, punt after This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |