Daniël van Eeden
Daniël van Eeden
### What is changed, added or deleted? (Required) Closes #16648 ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER...
Strange that I didn't find ALTER SEQUENCE support in TiDB document https://docs.pingcap.com/tidb/stable/sql-statement-create-sequence . So I think at least we should not allow replicating this type of DDL. And it will...
### What is changed, added or deleted? (Required) Add script to create help data for https://github.com/pingcap/tidb/pull/25485 This takes the statement documentation and creates insert statements from that for `mysql.help_topic` ###...
## Error Report 1. What is the URL/path of the document related to this issue? Example: - Online/HTML: https://docs.pingcap.com/tidb/stable/release-7.5.0  - PDF: https://download.pingcap.org/tidb-stable-en-manual.pdf  2. How would you like to...
### What is changed, added or deleted? (Required) - Add `Makefile` for convenience - Update for new Pandoc/XeLaTeX version - Set a fixed title for the PDF Issue: ref #5634...
## Error Report ``` $ ./scripts/generate_pdf.sh --smart/-S has been removed. Use +smart or -smart extension instead. For example: pandoc -f markdown+smart -t markdown-smart. --latex-engine has been removed. Use --pdf-engine instead....
## Error Report 1. What is the URL/path of the document related to this issue? https://download.pingcap.org/tidb-stable-en-manual.pdf  ``` $ pdfinfo tidb-stable-en-manual.pdf Title: TiDB Introduction
## Bug Report When running `tiup cluster check ...` against systems that have `/tmp` mounted with the `noexec` option then TiUP fails to run the checks. 1. What did you...
### What problem does this PR solve? From https://dev.mysql.com/doc/relnotes/mysql/8.1/en/news-8-1-0.html > Comments in the mysql client are now enabled by default. To disable them, start mysql with the --skip-comments option. >...
## Feature Request When using TiUP Cluster to deploy a TiDB Cluster one can set the `ng_port` to get ng-monitoring deployed as part of the cluster. Then one can enable...