r11753: 15 Jul 2007 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-mysql / mysql-loader.lisp
index 1c27ad3c603d0526e4af6150b695648ee78ac70f..43189cfed66138189cd4356feb1e48218ccf37b9 100644 (file)
@@ -40,9 +40,11 @@ set to the right path before compiling or loading the system.")
 (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-uffi:find-and-load-foreign-library *mysql-library-candidate-names*
                                             :module "mysql"
                                             :supporting-libraries *mysql-supporting-libraries*)
+
   (clsql-uffi:find-and-load-foreign-library *clsql-mysql-library-candidate-names*
                                             :module "clsql-mysql"
                                             :supporting-libraries *mysql-supporting-libraries*)