Daniël van Eeden
Daniël van Eeden
### What is changed, added or deleted? (Required) 1. Some pages about specific admin statements also had EBNF for other admin statements. 2. Added some info to the page about...
### What is changed, added or deleted? (Required) 1. Update the reference for the `PASSWORD()` function, which has been removed from MySQL 8.0 docs. Might add more updates later ###...
## Change Request Update the docs with MySQL v8.4.0 compatibility information. - [ ] `mysql-compatibility.md` - [ ] `basic-features.md` - [ ] `dm/dm-compatibility-catalog.md` - [ ] `security-compatibility-with-mysql.md` We have to...
``` dvaneeden@dve-carbon:~/dev/pingcap/mysql-tester$ cat t/source.test --echo first line --source include/hello.inc --echo last line dvaneeden@dve-carbon:~/dev/pingcap/mysql-tester$ cat include/hello.inc --echo Hello from the included file dvaneeden@dve-carbon:~/dev/pingcap/mysql-tester$ cat r/source.result first line Hello from the included...
- Better error messages - Updated error codes from MySQL 9.0.0 - Using 'go generate' to create `perror.go`. For CI: - This now actually runs the generation for `perror.go` in...
### What problem does this PR solve? Issue Number: close #56533 close #17682 Problem Summary: Change the default for `deprecate-integer-display-length`. This affects: - `SHOW CREATE TABLE` output - `EXPLAIN` output...
In https://github.com/pingcap/tidb/pull/20200 stats were added for the `information_schema.slow_query` table. However there is nothing for the similar `information_schema.cluster_slow_query` table. Example: ``` mysql-8.0.11-TiDB-v8.4.0-alpha-364-gd5796776c1-dirty> EXPLAIN ANALYZE SELECT * FROM information_schema.slow_query LIMIT 1; +-----------------------+----------+---------+------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------+---------+------+...
### What is changed, added or deleted? (Required) ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER ONLY** so...
### What is changed, added or deleted? (Required) ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):** By default, **CHOOSE MASTER ONLY** so...