Bug #115188 | Failures trying to modify database mysql and table user | ||
---|---|---|---|
Submitted: | 31 May 2024 18:15 | Modified: | 3 Jun 2024 9:33 |
Reporter: | David Pfender | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.4.0 | OS: | Windows (10 Pro) |
Assigned to: | CPU Architecture: | Any |
[31 May 2024 18:15]
David Pfender
[31 May 2024 18:17]
David Pfender
result of running queries that show the problem
Attachment: mysql_bug_output.txt (text/plain), 3.80 KiB.
[3 Jun 2024 9:33]
MySQL Verification Team
Hi Mr. Pfender, Thank you for your bug report. However, it is not a bug. Creating a data dictionary is not done in the way that you are soing it. Our Development does it in the completely different manner. Not a bug.
[3 Jun 2024 9:49]
MySQL Verification Team
Hi Mr. Pfender, We have taken a closer look at your report. Our Reference Manual states clearly that nobody should not meddle with tables in mysql schema directly. They are dependent on each other and DML changes do not refresh the cache. Instead, you must always use appropriate DDLs to modify user properties. Not a bug.