X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2Fmysql-package.lisp;h=926254db445a40d4a606a52a3cb2263acf7a8842;hb=4121952d2aa95c8611bf70b25b7772b5867c7666;hp=58b04ce4192e150cb285c9825545658dd0e5e166;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/db-mysql/mysql-package.lisp b/db-mysql/mysql-package.lisp index 58b04ce..926254d 100644 --- a/db-mysql/mysql-package.lisp +++ b/db-mysql/mysql-package.lisp @@ -7,8 +7,6 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -145,5 +143,10 @@ #:mysql-stmt-error #:make-64-bit-integer + #:clsql-mysql-field-name + #:clsql-mysql-field-type + #:clsql-mysql-field-flags + + #:+mysql-option-parameter-map+ ) (:documentation "This is the low-level interface MySQL."))