mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-28 02:21:09 +01:00
Fix a bug in MySQL command execution when no BEFORE LOAD DO section is used.
This commit is contained in:
parent
9d5dad7e3e
commit
885a6da5a0
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user