X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2Fmysql-loader.lisp;h=03fc24d281ef946a80cd1b89090bcac10e1a2ebc;hb=5ec859ec0f280b3dcec8320dce98bf325cb16c0e;hp=c256d7018714432d6bad086d3361f76b769c6feb;hpb=8b2ffc1ca1f3118db6fe4b879a82955338fccae4;p=clsql.git diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index c256d70..03fc24d 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.lisp,v 1.6 2002/12/09 10:34:16 kevin Exp $ +;;;; $Id: mysql-loader.lisp,v 1.8 2003/05/17 06:03:03 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,7 +32,7 @@ "/usr/lib/clsql/" "/sw/lib/clsql/" "/home/kevin/debian/src/clsql/db-mysql/") - :drive-letters '("C" "D" "E"))) + :drive-letters '("C"))) (defparameter *libz-library-path* (uffi:find-foreign-library @@ -84,7 +84,7 @@ set to the right path before compiling or loading the system.") (append *mysql-supporting-libraries*))) (setq *mysql-library-loaded* t) (error "Unable to load MySQL client library ~A or CLSQL-MySQL library ~A" - mysql-path *clsql-mysql-library-filename*)))) + mysql-path *clsql-mysql-library-path*)))) (clsql-base-sys:database-type-load-foreign :mysql)