Hi, In 3.4 I would like to label this option "Do not abort on INSERT error" because talking about duplicate rows is misleading. INSERT IGNORE has other effects than just continuing insertion on duplicate keys.
The current message can make a user believe that no duplicate rows will be inserted even if unique keys are not properly defined.