X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-loader.lisp;h=cafa2e6c821a625d028f56959e86bd851b0f8ece;hp=1dc903daf1963e51aca9172fee33264531174ff4;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index 1dc903d..cafa2e6 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -16,7 +16,6 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :mysql) ;;;; Modified by Kevin Rosenberg @@ -27,7 +26,7 @@ (defparameter *clsql-mysql-library-path* (uffi:find-foreign-library - "clsql-mysql" + "mysql" `(,(make-pathname :directory (pathname-directory *load-truename*)) "/usr/lib/clsql/" "/sw/lib/clsql/"