replaced outfile with dumpfile so works even if the original statement outputs blob

This commit is contained in:
Bernardo Damele
2014-03-21 11:01:57 +00:00
parent 39ab3b9149
commit c211255773
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
LIMIT 0,1 INTO OUTFILE '%OUTFILE%' LINES TERMINATED BY 0x%HEXSTRING%--
LIMIT 0,1 INTO DUMPFILE '%DUMPFILE%' LINES TERMINATED BY 0x%HEXSTRING%--