r4266: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Mar 2003 01:13:34 +0000 (01:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Mar 2003 01:13:34 +0000 (01:13 +0000)
db-mysql/mysql-loader.lisp
debian/changelog

index c256d7018714432d6bad086d3361f76b769c6feb..f62296d9d14de106814352feeae135101b5c5f39 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: mysql-loader.lisp,v 1.6 2002/12/09 10:34:16 kevin Exp $
+;;;; $Id: mysql-loader.lisp,v 1.7 2003/03/27 01:13:33 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -84,7 +84,7 @@ set to the right path before compiling or loading the system.")
                                    (append *mysql-supporting-libraries*)))
        (setq *mysql-library-loaded* t)
       (error "Unable to load MySQL client library ~A or CLSQL-MySQL library ~A"
-           mysql-path *clsql-mysql-library-filename*))))
+           mysql-path *clsql-mysql-library-path*))))
 
 
 (clsql-base-sys:database-type-load-foreign :mysql)
index d28d562627e2c6398a48087171fd356c4a28cfaf..5a2db40136f55078ed6b3b7f6f2920bac327e6a8 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (1.4.1-1) unstable; urgency=low
+
+  * Fix typo in clsql-mysql
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 26 Mar 2003 18:13:22 -0700
+
 cl-sql (1.4.0-2) unstable; urgency=low
 
   * Move cl-md5 dependencies to cl-sql-postgresql-socket (closes: 185738)