X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-api.lisp;h=cff8da4a98dd9a175d8c6eac7c6ab2689f30b027;hp=363ecb9a76e1d5c73b838d84cb5a3abdf2d3e486;hb=f890314907bc4add4b0f24ad6883da9838a056b7;hpb=6197056cf10e596c0e1fd8d76a5202c1a673b37f diff --git a/db-mysql/mysql-api.lisp b/db-mysql/mysql-api.lisp index 363ecb9..cff8da4 100644 --- a/db-mysql/mysql-api.lisp +++ b/db-mysql/mysql-api.lisp @@ -2,13 +2,13 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: mysql.cl +;;;; Name: mysql-api.lisp ;;;; Purpose: Low-level MySQL interface using UFFI ;;;; Programmers: Kevin M. Rosenberg based on ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-api.lisp,v 1.5 2003/07/08 20:15:13 kevin Exp $ +;;;; $Id: mysql-api.lisp,v 1.6 2003/07/21 01:45:45 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai