Skip to content

Commit 772fe15

Browse files
naka-shodmikurube
andauthored
Update embulk-output-mysql/README.md
fix Co-authored-by: Dai MIKURUBE <[email protected]>
1 parent 254e813 commit 772fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-output-mysql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MySQL output plugin for Embulk loads records to MySQL.
4949
* Transactional: No. If fails, the target table could have some rows inserted.
5050
* Resumable: No.
5151
* **truncate_insert**:
52-
* Behavior: Same with `insert` mode excepting that it truncates(using `delete from`, not using `truncate`) the target table right before the last `INSERT ...` query.
52+
* Behavior: Same with `insert` mode excepting that it truncates the target table (with SQL `DELETE FROM`, not `TRUNCATE`) right before the last `INSERT ...` query.
5353
* Transactional: Yes.
5454
* Resumable: No.
5555
* **replace**:

0 commit comments

Comments
 (0)