mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
manual.texi Add --quote-names to mysqldump option list.
Docs/manual.texi: Add --quote-names to mysqldump option list.
This commit is contained in:
parent
7b50276007
commit
eb4a0722f5
1 changed files with 2 additions and 0 deletions
|
|
@ -22563,6 +22563,8 @@ used.)
|
|||
@item -q, --quick
|
||||
Don't buffer query, dump directly to stdout. Uses @code{mysql_use_result()}
|
||||
to do this.
|
||||
@item -Q, --quote-names
|
||||
Quote table and column names within @samp{`} characters.
|
||||
@item -r, --result-file=...
|
||||
Direct output to a given file. This option should be used in MSDOS,
|
||||
because it prevents new line '\n' from being converted to '\n\r' (new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue