X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2Fmysql-package.lisp;h=74a195594c3da14858ce4107aa11ce2910c63eb4;hb=8b84dd8066b5792cdc5b9570a60fb72c278da677;hp=53f13893cc4f0adec5adde708c0e82c684851860;hpb=a7525d77bc9ddecb56749efb62f82e9422804d15;p=clsql.git diff --git a/db-mysql/mysql-package.lisp b/db-mysql/mysql-package.lisp index 53f1389..74a1955 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 @@ -105,6 +103,7 @@ #:mysql-use-result #:mysql-options #:mysql-free-result + #:mysql-next-result #:mysql-row-seek #:mysql-field-seek #:mysql-fetch-row @@ -148,5 +147,7 @@ #:clsql-mysql-field-name #:clsql-mysql-field-type #:clsql-mysql-field-flags + + #:+mysql-option-parameter-map+ ) (:documentation "This is the low-level interface MySQL."))