Bug #64879 Mysqlslap documentation assumes a Linux console syntax for multiline statements
Submitted: 5 Apr 2012 14:38 Modified: 10 Apr 2012 19:03
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1+ OS:Any
Assigned to: CPU Architecture:Any
Tags: qc

[5 Apr 2012 14:38] Peter Laursen
Description:
Examples like

mysqlslap --delimiter=";" \
  --create="CREATE TABLE a (b int);INSERT INTO a VALUES (23)" \
  --query="SELECT * FROM a" --concurrency=50 --iterations=200

in http://dev.mysql.com/doc/refman/5.1/en/mysqlslap.html

.. assume a specific console functionality for entering multiline commands.

How to repeat:
Try paste it in cmd.exe on Windows.  It will not run. "backs\ash" is not a line-concatenator in Windows cmd.exe.

Suggested fix:
Documentation should not assume a specific console program or a specific OS.
[5 Apr 2012 14:50] Valeriy Kravchuk
Thank you for the documentation request.
[10 Apr 2012 19:03] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.