X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsql.cl;fp=sql%2Fsql.cl;h=06431e401edfcd75d87f348bedc317d02a4c61f8;hb=ba513c82016bfa0dfe3c3e5398fea1e78bada78b;hp=ce3cc56376d2eca6ce991965d2442ad4b2d28259;hpb=9a78eef71c902d3b272fb7c777bff6dd0acd8a2b;p=clsql.git diff --git a/sql/sql.cl b/sql/sql.cl index ce3cc56..06431e4 100644 --- a/sql/sql.cl +++ b/sql/sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: sql.cl,v 1.2 2002/03/24 04:01:26 kevin Exp $ +;;;; $Id: sql.cl,v 1.3 2002/03/24 04:37:09 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -148,10 +148,6 @@ although there is an existing connection (~A)." (defvar *loaded-database-types* nil "Contains a list of database types which have been defined/loaded.") -(defvar *library-loaded-database-types* nil - "Contains a list of database types which have had their -foreign libraries loaded successfully.") - (defun reload-database-types () "Reloads any foreign code for the loaded database types after a dump." (mapc #'database-type-load-foreign *loaded-database-types*)) @@ -165,9 +161,7 @@ foreign libraries loaded successfully.") (defgeneric database-type-library-loaded (database-type) (:documentation "The internal generic implementation for checking if -database type library loaded successfully.") - (:method :after (database-type) - (pushnew database-type *library-loaded-database-types*))) +database type library loaded successfully.")) (defvar *default-database-type* nil "Specifies the default type of database. Currently only :mysql is