X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsql.cl;fp=sql%2Fsql.cl;h=92d0e4452aeb50185bc974003eb3b0456797f404;hb=1a44400b42310a985f1a27ea8f53da84716955e1;hp=529925dfed98a1600b28ad67b5c28892a0cf3a41;hpb=0384597fcf4fdc8b05c48596798606ea5dc58146;p=clsql.git diff --git a/sql/sql.cl b/sql/sql.cl index 529925d..92d0e44 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.9 2002/03/29 08:12:16 kevin Exp $ +;;;; $Id: sql.cl,v 1.10 2002/03/29 08:23:38 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -39,7 +39,6 @@ "Reloads any foreign code for the loaded database types after a dump." (mapc #'database-type-load-foreign *loaded-database-types*)) - (defvar *default-database-type* nil "Specifies the default type of database. Currently only :mysql is supported.")