X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-loader.lisp;h=3395e71956e85f1951945b851125d4e86dd6ef23;hp=43189cfed66138189cd4356feb1e48218ccf37b9;hb=8b77c3b4ba5321f4d76379d4f0663fe2717937d8;hpb=e55eb4a379e1b081b21d23dcb98aa47d73404908 diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index 43189cf..3395e71 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -38,8 +38,7 @@ set to the right path before compiling or loading the system.") *mysql-library-loaded*) (defmethod clsql-sys:database-type-load-foreign ((database-type (eql :mysql))) - (clsql:push-library-path - (make-pathname :directory clsql-mysql-system::*library-file-dir*)) + (clsql:push-library-path clsql-mysql-system::*library-file-dir*) (clsql-uffi:find-and-load-foreign-library *mysql-library-candidate-names* :module "mysql"