X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.system;fp=clsql-mysql.system;h=1f49b9021837687ee996973f93b03302470bb77f;hb=2d2b7b94d63f3ed4abbdca3ff7a35ef3482c2dea;hp=bdf5aa68fe10a4e8bc166aaf19fff6cbb0a099da;hpb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;p=clsql.git diff --git a/clsql-mysql.system b/clsql-mysql.system index bdf5aa6..1f49b90 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.9 2002/05/13 22:05:20 kevin Exp $ +;;;; $Id: clsql-mysql.system,v 1.10 2002/05/13 22:16:52 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,6 +22,8 @@ ;;; System definition +(mk:load-system :clsql-base) + (mk:defsystem :clsql-mysql :source-pathname "CL-LIBRARY:clsql;interfaces;mysql;" :source-extension "cl"