In-passing desultory cleanup.

This commit is contained in:
Dimitri Fontaine 2014-07-14 21:54:50 +02:00
parent 3e0526c957
commit 9ddf117a90
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@
#:map-rows #:map-rows
#:copy-to #:copy-to
#:copy-to-queue #:copy-to-queue
#:stream-file)) #:copy-from))
(defpackage #:pgloader.mysql (defpackage #:pgloader.mysql
(:use #:cl (:use #:cl

View File

@ -1,5 +1,5 @@
;;; ;;;
;;; Tools to handle MySQL data fetching ;;; Tools to handle fixed width files
;;; ;;;
(in-package :pgloader.fixed) (in-package :pgloader.fixed)