X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fmysql%2Fmysql-loader.cl;h=c78be251be819bf2277bee4909e81be1d0862b76;hb=bdd8c1a8287aec0c4538ad565e6f9e70c8f5ba2e;hp=a241d2d465874a043b0b594c2989ad8dd5b7946e;hpb=04a4f10a13773101f275c31f300b28c08be652c0;p=clsql.git diff --git a/interfaces/mysql/mysql-loader.cl b/interfaces/mysql/mysql-loader.cl index a241d2d..c78be25 100644 --- a/interfaces/mysql/mysql-loader.cl +++ b/interfaces/mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.17 2002/05/18 17:37:48 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.20 2002/07/09 19:15:16 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,7 +31,7 @@ `(,(directory-namestring (translate-logical-pathname "CL-LIBRARY:clsql;interfaces;mysql;")) - "/usr/share/common-lisp/source/clsql/interfaces/mysql/") + "/usr/lib/clsql/") :drive-letters '("C" "D" "E" "F" "G"))) (defvar *mysql-library-filename* @@ -65,10 +65,10 @@ set to the right path before compiling or loading the system.") (defvar *mysql-library-loaded* nil "T if foreign library was able to be loaded successfully") -(defmethod clsql-sys:database-type-library-loaded ((database-type (eql :mysql))) +(defmethod clsql-base-sys:database-type-library-loaded ((database-type (eql :mysql))) *mysql-library-loaded*) -(defmethod clsql-sys:database-type-load-foreign ((database-type (eql :mysql))) +(defmethod clsql-base-sys:database-type-load-foreign ((database-type (eql :mysql))) (let ((mysql-path (uffi:find-foreign-library *mysql-library-candidate-names* *mysql-library-candidate-directories* @@ -92,5 +92,5 @@ set to the right path before compiling or loading the system.") mysql-path *clsql-mysql-library-filename*)))) -(clsql-sys:database-type-load-foreign :mysql) +(clsql-base-sys:database-type-load-foreign :mysql)