X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-loader.lisp;h=be2455bdbf363658a0d34b39f7b59cd910aeab08;hp=03fc24d281ef946a80cd1b89090bcac10e1a2ebc;hb=8bb477abca1f19d8d26cb72c62fcaa3c1410ac7d;hpb=5ec859ec0f280b3dcec8320dce98bf325cb16c0e diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index 03fc24d..be2455b 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.8 2003/05/17 06:03:03 kevin Exp $ +;;;; $Id: mysql-loader.lisp,v 1.9 2003/05/17 06:11:16 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -42,7 +42,7 @@ "/sw/lib/" "/usr/local/lib/" "/home/kevin/debian/src/clsql/db-mysql/") - :drive-letters '("C" "D" "E"))) + :drive-letters '("C"))) (defvar *mysql-library-candidate-names* '("libmysqlclient" "libmysql")) @@ -83,6 +83,7 @@ set to the right path before compiling or loading the system.") :supporting-libraries (append *mysql-supporting-libraries*))) (setq *mysql-library-loaded* t) + #+ignore ;; return value not set (error "Unable to load MySQL client library ~A or CLSQL-MySQL library ~A" mysql-path *clsql-mysql-library-path*))))