Daniël van Eeden
Daniël van Eeden
## Feature Request **Describe the feature you'd like:** It would be nice if we could make it easier to use various DB tools by creating the right config files etc....
## Bug Report With TiUP v1.11.0 and TiDB v6.3.0 ``` $ grep -A1 retention &1) --retention-period string Data with timestamps outside the retentionPeriod is automatically deleted The following optional suffixes...
## Feature Request The current "Key Visualizer" looks like this:  And the "Slow Queries" page looks like this:  The key visualizer page is great for use by DBA's...
### DBD::mysql version 5.003 ### MySQL client version mysql80-client-8.0.35 from pkg repository. ### Server version 8.0.35? ### Operating system version FreeBSD 14.0-RELEASE-p5 ### What happened? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275100#c10 I have problem with...
### What enhancement would you like in DBD::mysql? Use the Asynchronous Interface of the C API that MySQL provides. This might allow newer/better async support and it might partly replace...
GitHub has windows runners, but it looks like MySQL requires a quite old Visual C++ version according to https://dev.mysql.com/doc/c-api/8.0/en/c-api-building-clients.html
### What problem does this PR solve? Issue Number: ref #52996 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...
## Bug Report Many places use a `int` or `uint8` for the Collation ID. This breaks collations with an ID above 255. ``` $ git grep -iE 'collation *(uint8|int)(,|$|\ )'...
### What problem does this PR solve? Issue Number: close #52929 Problem Summary: ### What changed and how does it work? ### Check List Tests - [ ] Unit test...