Bug #9741 | mysqldump uses multi-line inserts by default | ||
---|---|---|---|
Submitted: | 8 Apr 2005 2:50 | Modified: | 8 Apr 2005 3:00 |
Reporter: | Rod V | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | standard-4.1.11 | OS: | Linux (linux-gnu-i686) |
Assigned to: | CPU Architecture: | Any |
[8 Apr 2005 2:50]
Rod V
[8 Apr 2005 3:00]
Paul DuBois
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: The behavior you describe is documented here: http://dev.mysql.com/doc/mysql/en/mysqldump.html (See introduction on page and the description of the --opt option.) Relevent info: - The --opt option is enabled by default now. - To disable it, you can use --skip-opt - To disable individual options that --opt turns on, you can use their skip forms. For the option in question, that's --skip-extended-insert.