Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Documentation, Scripts & Clients
-
Labels:None
-
Environment:mariadb-10.5.10 and probably other versions
Description
man mariadb-dump makes several references to an option --insert-into:
... (or INSERT IGNORE if --insert-into is specified)
... The format of the output is affected by --replace and --insert-into.
... The --insert-into option will cause CREATE IF NOT EXIST forms of SQL to generated if available.
However, this is an unknown option:
mariadb-dump: unknown option '--insert-into'
|
I believe it should say --insert-ignore instead.