X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.system;h=66f441ac8a08e86ad12d6341e0ed73ae343dee95;hb=78f4d625c64599b6d0be36eee5c2e2a24bd47cdf;hp=44fe0ef558ae673f8b5c985a445155a23440c961;hpb=721a3795b2b47c9a87075ef0cfc54ac2a8c60169;p=clsql.git diff --git a/clsql-mysql.system b/clsql-mysql.system index 44fe0ef..66f441a 100644 --- a/clsql-mysql.system +++ b/clsql-mysql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-mysql.system,v 1.7 2002/05/13 20:33:56 kevin Exp $ +;;;; $Id: clsql-mysql.system,v 1.15 2002/07/26 05:19:00 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,9 +23,8 @@ ;;; System definition (defsystem :clsql-mysql - :source-pathname "CL-LIBRARY:clsql;interfaces;mysql;" + :source-pathname "cl-library:clsql;interfaces;mysql;" :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;mysql;bin;" :components ((:file "mysql-package") (:file "mysql-loader" :depends-on ("mysql-package")) (:file "mysql-api" :depends-on ("mysql-loader")) @@ -33,13 +32,6 @@ (:file "mysql-usql" :depends-on ("mysql-sql"))) :depends-on (:uffi :clsql-base :clsql-uffi)) -#| - :finally-do - (when (clsql-sys:database-type-library-loaded :mysql) - (clsql-sys:initialize-database-type :database-type :mysql) - (setq clsql:*default-database-type* :mysql) - (pushnew :mysql cl:*features*))) -|#