From b82e7edae9c6f8b0c9f2f6745442b5663a55b51a Mon Sep 17 00:00:00 2001 From: danielk1977 Date: Wed, 11 Jan 2006 14:09:31 +0000 Subject: Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917) FossilOrigin-Name: 3970eb875d1830d35b3a70a7583a8ab6b238cad6 --- src/attach.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/attach.c') diff --git a/src/attach.c b/src/attach.c index eca7eb7ec..f1f1bbbd9 100644 --- a/src/attach.c +++ b/src/attach.c @@ -11,7 +11,7 @@ ************************************************************************* ** This file contains code used to implement the ATTACH and DETACH commands. ** -** $Id: attach.c,v 1.44 2006/01/10 07:14:23 danielk1977 Exp $ +** $Id: attach.c,v 1.45 2006/01/11 14:09:31 danielk1977 Exp $ */ #include "sqliteInt.h" @@ -171,7 +171,6 @@ static void attachFunc( ** we found it. */ if( rc==SQLITE_OK ){ - db->flags &= ~SQLITE_Initialized; sqlite3SafetyOn(db); rc = sqlite3Init(db, &zErrDyn); sqlite3SafetyOff(db); -- cgit v1.2.3