Fix a bug in MySQL command execution when no BEFORE LOAD DO section is used.

This commit is contained in:
Dimitri Fontaine 2013-11-07 15:48:45 +01:00
parent 9d5dad7e3e
commit 885a6da5a0

View File

@ -205,6 +205,7 @@
(let* ((summary (null *state*))
(*state* (or *state* (make-pgstate)))
(idx-state (or state-indexes (make-pgstate)))
(state-before (or state-before (make-pgstate)))
(state-after (or state-after (make-pgstate)))
(copy-kernel (make-kernel 2))
(dbname (source-db mysql))