mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Fixed problem which caused complex outer joins to produce wrong results
This commit is contained in:
parent
c3aea17da5
commit
b9b600d7fd
@ -19,6 +19,8 @@
|
|||||||
*
|
*
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Contributor(s): ______________________________________.
|
* Contributor(s): ______________________________________.
|
||||||
|
* 2002.10.12: Nickolay Samofatov: Fixed problems with wrong results produced by
|
||||||
|
* outer joins
|
||||||
* 2001.07.28: John Bellardo: Added code to handle rse_skip nodes.
|
* 2001.07.28: John Bellardo: Added code to handle rse_skip nodes.
|
||||||
* 2001.07.17 Claudio Valderrama: Stop crash with indices and recursive calls
|
* 2001.07.17 Claudio Valderrama: Stop crash with indices and recursive calls
|
||||||
* of OPT_compile: indicator csb_indices set to zero after used memory is
|
* of OPT_compile: indicator csb_indices set to zero after used memory is
|
||||||
@ -27,7 +29,7 @@
|
|||||||
* stored procedure doesn't access tables, views or other procedures directly.
|
* stored procedure doesn't access tables, views or other procedures directly.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
$Id: opt.cpp,v 1.14 2002-10-12 19:39:19 skidder Exp $
|
$Id: opt.cpp,v 1.15 2002-10-12 19:46:29 skidder Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "firebird.h"
|
#include "firebird.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user