From 94edae36621bc63f8b64c85f18b653a4f8c7bc43 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 1 Oct 2013 00:24:17 +0200 Subject: [PATCH] Fix the previous commit... --- mysql.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.lisp b/mysql.lisp index c1a529f..4751f3f 100644 --- a/mysql.lisp +++ b/mysql.lisp @@ -420,7 +420,7 @@ order by ordinal_position" dbname table-name))) (our-columns (cdr (assoc table-name all-columns :test #'string=)))) - (loop for col in our-columns collect nil))))) + (transforms our-columns))))) (with-stats-collection (dbname table-name :state *state* :summary summary) (log-message :notice "COPY ~a.~a" dbname table-name)