Bug #110209 | PRIMARY KEY should not change the query result. | ||
---|---|---|---|
Submitted: | 24 Feb 2023 16:01 | Modified: | 28 Feb 2023 13:17 |
Reporter: | John Jove | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[24 Feb 2023 16:01]
John Jove
[24 Feb 2023 16:26]
Frederic Descamps
Hi John, Are you using GIPK mode (sql_generate_invisible_primary_key) ? Cheers,
[25 Feb 2023 2:05]
John Jove
I deploy MySQL with its default configuration. I check its value by the following command. OFF is returned. show variables like 'sql_generate_invisible_primary_key'; -- OFF
[28 Feb 2023 13:17]
MySQL Verification Team
Hi Mr. Jove, Thank you very much for your bug report. We do not think that your report is a bug. It is simply because you are using a column type from the CHAR domain, to which you can not apply all the operators that you used. However, we have replaced your CHAR column type with BIGINT and got 100 % the same result. That is why this report has become a verified bug.