From 1970aa3bbd470e64591b6a3ee713392d289a87fe Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 27 Mar 2003 01:13:34 +0000 Subject: [PATCH] r4266: Auto commit for Debian build --- db-mysql/mysql-loader.lisp | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index c256d70..f62296d 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -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) diff --git a/debian/changelog b/debian/changelog index d28d562..5a2db40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.4.1-1) unstable; urgency=low + + * Fix typo in clsql-mysql + + -- Kevin M. Rosenberg 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) -- 2.34.1